/* <![CDATA[ */

/*
JavaScript Document
AUTHOR: Mertes Jérôme
DATE: 19.10.2006
*/

function popup(url,w,h){
	var left=Math.round((screen.width-w)/2);
	var top=Math.round((screen.height-h)/2);
	var features='left='+left+',top='+top+',toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+w+',height='+h;
	window.open(url,'',features);
}

function resetform(formname){
	var formname;
	document.forms[formname].reset();
}

function submitform(formname){
	var formname;
	document.forms[formname].submit();
}

function confirmdata(text){
	if(confirm(text)){
		document.docresult=true;
	}
	else{
		document.docresult=false;	
	}
}



function siteloader(){
	
//	setInterval("siteloade()",2500);
	
	}

function siteloade(){
/*
var number=Math.round(Math.random()*15);

//alert(number);

	var pages=new Array();
	pages[0]='http://www.paintzone.be/cms/nl_user.php';
	pages[1]='http://www.paintzone.be/cms/res_new.php';
	pages[2]='http://www.paintzone.be/cms/res_ok.php';
	pages[3]='http://www.paintzone.be/cms/nl_temp_edit.php';
	pages[4]='http://www.paintzone.be/cms/nl_temp_preview.php';
	pages[5]='http://www.paintzone.be/cms/nl_temp_config.php';
	pages[6]='http://www.paintzone.be/de/reservation/';
	pages[7]='http://www.paintzone.be/de/pictures/';
	pages[8]='http://www.paintzone.be/de/contact/';
	pages[9]='http://www.belgian-paintball-league.be/bpl_winter/fr/gallery/';
	pages[10]='http://www.belgian-paintball-league.be/bpl_winter/';
	pages[11]='http://www.xxx-sports.be/';
	pages[12]='http://www.xxx-sports.be/fr/paintball-shop/articles.php?catid=5&subid=68';
	pages[13]='http://www.xxx-sports.be/fr/paintball-shop/articles.php?catid=4';
	pages[14]='http://www.xxx-sports.be/fr/paintball-shop/articles.php?catid=8&subid=13';
	pages[15]='http://www.xxx-sports.be/fr/paintball-shop/categorys.php?catid=8';

//alert(pages[number]);

//document.location
//parent.leer.document.location=pages[number];
//parent.leer.document.location='http://www.google.de';
	top.leer.document.location.href=pages[number];
	*/
	}


/* ]]> */
