function megavideofunction(txt)
{	
	document.write("<div style='position: absolute; width: 100px; height:100px; z-index: 1; left: -6px; top: -110px;'><iframe height='525' frameborder='0' width='490' scrolling='no' border='0' src=");
	document.write(txt);
	document.write(" name='I1'></iframe></div><div id='layer2' style='position: absolute; width: 511px; height:438px; z-index: 2; left: -27px; top: -23px; background-color: rgb(44, 44, 44);'></div>");
}