
Код:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<style>
a{
text-decoration:none
}
</style>
</head>
<script language="javascript">
function hide(){
document.getElementById('1').style.display="none";
}
function show(){
document.getElementById('1').style.display="block";
}
</script>
<body background="2.jpg" onload="show()">
<div id="1" style="position:absolute; top:100px; left:200px; width:200px; height:115px; z-index:1; display:none;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="550" height="400">
<param name="movie" value="banner1.swf">
<param name=quality value=high>
<param name="wmode" value="transparent">
<embed src="banner1.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="550" height="400"></embed>
</object>
</div>
</body>
</html>