function popup(url,width,height) 
{
	eval("page" + " = window.open(url, '" + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width="+width+",height="+height+",left = 315,top = 187');");
}
