//function popwin2(theURL,winName,features) 
//{ 
//  window.open(theURL,winName,features);
//}

//function popwin2_news(url)                    
//{                    
// window.open(url,"pop01","scrollbars=1,resizable=1,width=788,top=0,left=0");
//}
function popwin2_news(url)                    
{                    
 window.open(url,"");
}
function popwin2(url)                    
{                    
 window.open(url,"pop01","scrollbars=1,width=678,top=0,left=0");
}