function info(link) 
{ 
window.open(link, "nieuw", "status=no,toolbar=no,location=no, scrollbars=yes, resizable=yes, directories=no") 
} 

function Venster( taal ){
if(taal==""){taal="eng";}
	if(MijnVenster = window.open("http://www.schaakengo.nl/order/contactform_order_"+taal+".html","ww","top=50,left=300,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=400,height=500")){ok='ok';}
        else{location.href="http://www.schaakengo.nl/order/contactform_order_"+taal+".html";}
}
