function croco1(theURL){
	window.open(theURL,'','location=0,menubar=0,scrollbars=1,status=0,toolbar=0,resizable=1,width=800,height=600');
}

