
function test(url,type)
{
//alert('test');360 510
if(type == 1) {
	window.open (url,"info","left=160,toolbar=0,resizable=0,width=460,height=350"); 
} else {	
//alert(url + s);
//alert(w);
	window.open (url,"info","left=160,toolbar=0,resizable=0,width=460,height=350"); 
}	

}

