function popup(url,x,y) 
{
	var str = "toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+x+" ,height="+y;
	window.open(url, "popup", str);
}
