function showdate() {
var months=new Array(12);
months[1]="januari";
months[2]="februari";
months[3]="maart";
months[4]="april";
months[5]="mei";
months[6]="juni";
months[7]="juli";
months[8]="august";
months[9]="september";
months[10]="october";
months[11]="november";
months[12]="december";
var time=new Date();
var lmonth=months[time.getMonth() + 1];
var date=time.getDate();
var year=time.getYear();
if (year < 2000) year = year + 1900; 
document.write('<div id="datum"><p id="kadernon">'+ date + " " + lmonth + " " + year + '</p></div>');
}

function images() {
	document.write ('<tr><td valign="top" width="99" height="100"></td>    <td width="503" align="left" height="140" rowspan="10" valign="top">&nbsp;&nbsp;<img border="0" src="images/working/banner6.gif" width="318" height="83"></td><td width="136" align="right" rowspan="10" valign="top" height="140"><img border="0" src="images/working/logo4.gif" hspace="10" width="115" height="100"><br><br><img border="0" src="images/working/round1.gif" width="128" height="120"></td></tr>');
}

function menuhead(item) {
	document.write ('<tr><td width="99" bgcolor="#18948C" id="mblock">&nbsp;'+item+'</td></tr>');
}

function menuitem(i1,l1) {
	document.write ('<tr><td width="99">&nbsp;<a href="http://www.comm4.nl/'+l1+'">'+i1+'</a></td></tr>');
}

function buildmenu() {
	document.write ('<table border="0" cellpadding="0" cellspacing="0" width="99px">');
        menuhead('Bedrijfsinfo');
        menuitem('Over ons','bedrijf.htm');
        menuitem('Contact','contact.htm');
	menuhead('Techniek op');
	menuitem('Congressen','congressen.htm');
	menuitem('Evenementen','evenementen.htm');
	menuitem('Beurzen','beurzen.htm');
	menuhead('Ontwerp van');
	menuitem('Websites','webdesign.htm');
	menuitem('2/3D-graphics','2_3dgraphics.htm');
	menuhead('Populair');
	menuitem('Beamers','beamer.htm');
	menuitem('Plasma\'s','plasmas.htm');
	menuitem('Accessoires','unicol.htm');
	menuhead('Begrippenlijst');
	menuitem('Audio & Video','avbegrip.htm');
	menuhead('Nieuws');
	menuitem('AV-nieuws','av_actueel.htm');
	menuhead('Klantinfo');
	menuitem('Uitleg','uitleg.htm');
	menuitem('Login','secure/');
	speedbuttons();
	document.write('</table>');
	document.write("<IMG SRC=\"http://www.comm4.nl/cgi/ax/ax.pl?trans.gif&ref=");
	document.write(document.referrer);
	document.write("\" HEIGHT=1 WIDTH=1>");
}

function speedbuttons() {
	document.write('<tr><td width="99"><form action="http://www.comm4.nl/cgi/ksearch/ksearch.cgi" method="get" name="search">');
	document.write('<input type="text" size=9 name="terms" value="" onFocus="select(this);">&nbsp;');
	document.write('<input type="submit" value="Zoek!">');
	document.write('</form></td></tr>');
	document.search.terms.focus();

	document.write ('<tr><td width="99" height="100%" align="center" valign="top" nowrap><p><a href="http://www.comm4.nl/"><img border="0" src="http://www.comm4.nl/images/homeoff.gif" alt="Homepage" width="23" height="23"></a><a href="mailto:info@comm4.nl"><img border="0" src="http://www.comm4.nl/images/emailoff.gif" alt="Email" width="23" height="23"></a><a href="http://www.comm4.nl/disclaimer.htm"><img border="0" src="http://www.comm4.nl/images/discoff.gif" alt="Disclaimer & Copyright" width="23" height="23"></a><p></td></tr>');



}

function newwindow(item,name){
	var newwindow=window.open(item,name,'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300px,height=260px');
}

function preloadp() {
	if (!document.images) return;
	var ar = new Array();
	var arguments = preloadp.arguments;
	for (var i=0; i < arguments.length; i++) {
	  ar[i] = new Image();
	  ar[i].src = 'images/plasmas/' + arguments[i];
	}
}

function preloadb() {
	if (!document.images) return;
	var ar = new Array();
	var arguments = preloadb.arguments;
	for (var i=0; i < arguments.length; i++) {
	  ar[i] = new Image();
	  ar[i].src = 'images/beamers/' + arguments[i];
	}
}