function flash (version, filename, name, width, height, wmode, bgcolor, menu, flashvars) {
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version="+version+"' width='"+width+"' height='"+height+"' id='"+name+"' align='middle'>");
	document.write("<param name='FlashVars' value='"+flashvars+"' />");
	document.write("<param name='allowScriptAccess' value='sameDomain' />");
	document.write("<param name='wmode' value='"+wmode+"' />");
	document.write("<!-- Flash FIX v0.1 | www.mega.by -->");
	document.write("<param name='bgcolor' value='"+bgcolor+"' />");
	document.write("<param name='salign' value='lt' />");
	document.write("<param name='movie' value='"+filename+"' /><param name='menu' value='"+menu+"' /><param name='quality' value='high' /><embed src='"+filename+"' wmode='"+wmode+"' menu='"+menu+"' quality='high' FLashVars='"+flashvars+"' salign='lt' width='"+width+"' height='"+height+"' bgcolor='"+bgcolor+"' name='"+name+"' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	document.write("</object>");
}

function zoom(url, title, size, w, h) {
	zoomw=window.open("about:blank", "_blank", size);
	zoomw.document.write("<html><head><title>"+title+"</title></head><body style='margin:0px; background:#ffffff;'>");
	zoomw.document.write("<center><table cellpadding='0' cellpading='0' width='100%' height='100%'><td width='100%' height='100%' align='middle'>");
	zoomw.document.write("<img src="+url+" width='"+w+"' height='"+h+"'>");
	zoomw.document.write("</td></tr></table>");
	zoomw.document.write("</center></body></html>");
}

function zoom_html(url, w, h) {
	zoomw=window.open(url, "_blank", "width="+w+", height="+h+", scrollbars=yes");
}

function email() {
	document.write('<a href="mailto:info@info@bil.by?subject=Письмо с сайта BIL.BY">info@bil.by</a>');
}

function econtact() {
	document.write('<a href="mailto:contact@bil.by?subject=Письмо с сайта BIL.BY">contact@bil.by</a>');
}

