function win(name)
{
	//var randomnumber=0;
	//try{
	//}catch(e){
	//	var randomnumber=Math.floor(Math.random()*11);
	//}
	window.open(name,'win','scrollbars=yes,status=no,width=650,height=400,resizable=yes');
	
}