function ow(url,myWidth,myHeight,myWin){

	if(!myWidth ) myWidth=640
	if(!myHeight) myHeight=300
	if(!myWin   ) myWin='_blank'
	myWin=window.open( url,myWin,"resizable=yes,scrollbars=yes,width="+myWidth+",height="+myHeight);
	myWin.focus();
}

function topimg() {
	document.write('<EMBED src="img/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="526"></embed>');
}
