function PopInfo(URL,realW,realH) {
realW=realW+10;
realH=realH+10;
day = new Date();
id = day.getTime();

eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=1,statusbar=0,menubar=0,resizable=1,width="+realW+",height="+realH+",left = 0,top = 0');");
}

function PopPicMenu(URL,realW,realH) {
realW=realW+10;
realH=realH+10;
day = new Date();
id = day.getTime();

eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width="+realW+",height="+realH+",left = 0,top = 0');");
}

function popup_slishow_product(id,n) {
	URL="popuppic.php?idsp="+id+"&n="+n;
	realW=970;
	realH=800;
realW=realW+10;
realH=realH+10;
day = new Date();
id = day.getTime();

eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=1,statusbar=0,menubar=0,resizable=1,width="+realW+",height="+realH+",left = 0,top = 0');");
}
function popup_selecttion_chart(file) {
	 file="/uploads"+file;
	URL="popup_selection_chart.php?slcfile="+file;
	realW=970;
	realH=800;
realW=realW+10;
realH=realH+10;
day = new Date();
id = day.getTime();

eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=1,statusbar=0,menubar=0,resizable=1,width="+realW+",height="+realH+",left = 0,top = 0');");
}