<!----
function WinFlash(str) {
        Win = window.open(str,'WinFlash','scrollbars=no,resizable=no,width=620,height=410,status=no,location=no,toolbar=no,left=0,top=0,screenX=0,screenY=0');
}		

function WinNews(str) {
        Win = window.open(str,'WinNews','scrollbars=no,resizable=no,width=300,height=250,status=no,location=no,toolbar=no,left=500,top=0,screenX=500,screenY=0');
}		


function WinInfo(str) {
        Win = window.open(str,'WinInfo','scrollbars=no,resizable=no,width=380,height=150,status=no,location=no,toolbar=no,left=0,top=229,screenX=0,screenY=229');
}	
//--------->
