function movie1() {
	document.write('<object type="application/x-shockwave-flash" data="/flash/mainpage.swf" width="761" height="206"><param name="movie" value="/flash/mainpage.swf" /><img src="" width="761" height="206" alt="" /></object>');
}
function movie2() {
	document.write('<object type="application/x-shockwave-flash" data="/flash/subpage.swf" width="761" height="70"><param name="movie" value="/flash/subpage.swf" /><img src="subpage.gif" width="761" height="70" alt="" /></object>');
}
function openIMG(src,width,height){
 var nWin=window.open('','PreviewIMG','width='+width+',height='+height+',scrollbars=no,resizable=no');
if(nWin){
  nWin.document.write('<html><head><title>Image View</title></head>');
  nWin.document.write('<body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>');
  nWin.document.write('<a href="#" onClick="self.close()" onFocus="this.blur()">');
  nWin.document.write('<img src="'+src+'" width='+width+' height='+height+' border=0>');
  nWin.document.write('</a></body></html>');
 }
 return false;
}
