var bName2 = navigator.appName;            
var bVer2 = parseInt(navigator.appVersion);

function pop_01(){
str="news_pop/index.html";
if((bName2=="Microsoft Internet Explorer")&&(bVer2<=2)){
pressWin=window.open(str,'print_01',"scrollbars=auto,menubar=yes,toolbar=no,status=no,width=500,height=450,resizable=yes");
}
else{
pressWin=window.open(str,'print_01',"scrollbars=auto,menubar=yes,toolbar=no,status=no,width=500,height=450,resizable=yes");
}
}

function pop_02(){
str="news_pop/pop_02.html";
if((bName2=="Microsoft Internet Explorer")&&(bVer2<=2)){
pressWin=window.open(str,'print_01',"scrollbars=auto,menubar=yes,toolbar=no,status=no,width=500,height=450,resizable=yes");
}
else{
pressWin=window.open(str,'print_01',"scrollbars=auto,menubar=yes,toolbar=no,status=no,width=500,height=450,resizable=yes");
}
}

function pop_03(){
str="news_pop/pop_03.html";
if((bName2=="Microsoft Internet Explorer")&&(bVer2<=2)){
pressWin=window.open(str,'print_01',"scrollbars=auto,menubar=yes,toolbar=no,status=no,width=500,height=450,resizable=yes");
}
else{
pressWin=window.open(str,'print_01',"scrollbars=auto,menubar=yes,toolbar=no,status=no,width=500,height=450,resizable=yes");
}
}
