<!--
function call_clipnews(vs_url){
win_width = 700;
win_height = 600;
win_top=0;
win_left=0;
attr = "width="+ win_width+", height="+ win_height +", left="+ win_left + ", top="+win_top;
mwwin = window.open(vs_url,"name", attr);
mwwin.focus();
}
//-->
