function cs_popUp(URL) {
day = new Date();
id = day.getTime();
page_width = 614;
page_height = 390;
screen_height=window.screen.availHeight;
screen_width=window.screen.availWidth;
left_point=parseInt(screen_width/2)-(page_width/2);
top_point=parseInt(screen_height/2)-(page_height/2);
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=" + page_width + ",height=" + page_height + ",left = " + left_point + ",top = " + top_point + "');");
}
function fp_popUp(URL) {
day = new Date();
id = day.getTime();
page_width = 725;
page_height = 600;
screen_height=window.screen.availHeight;
screen_width=window.screen.availWidth;
left_point=parseInt(screen_width/2)-(page_width/2);
top_point=parseInt(screen_height/2)-(page_height/2);
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=" + page_width + ",height=" + page_height + ",left = " + left_point + ",top = " + top_point + "');");
}
function stf_popUp(URL) {
day = new Date();
id = day.getTime();
page_width = 360;
page_height = 415;
screen_height=window.screen.availHeight;
screen_width=window.screen.availWidth;
left_point=parseInt(screen_width/2)-(page_width/2);
top_point=parseInt(screen_height/2)-(page_height/2);
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=" + page_width + ",height=" + page_height + ",left = " + left_point + ",top = " + top_point + "');");
}
