// Flash Embed ½ºÅ©¸³Æ® -- »ç¿ë¿¹ : <script>embed_flash("/images/flash/a.swf", 100, 50) 
function swf(src, w, h) {
	html = '';
	html += '<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="param" width="'+w+'" height="'+h+'">';
	html += '<param name="movie" value="'+src+'">';
	html += '<param name="quality" value="high">';
	html += '<param name="bgcolor" value="#000033">';
	html += '<param name="swliveconnect" value="true">';
	html += '<embed src="'+src+'" quality=high bgcolor="#ffffff" width="'+w+'" height="'+h+'" swliveconnect="true" id="param" name="param" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>';
	html += '<\/object>';
	document.write(html);
}


/*
function keypressed(keyStroke){ 
	
	var key = (window.event) ? event.keyCode : keyStroke.which;

	
	if (key == 37) parent.prev();
	if (key == 39) parent.next();
	if (key == 38 || key == 40) return ;

	if (key == 13) event.keyCode='';
	if (key == 116) event.keyCode='';
	if (key == 122) event.keyCode='';
	if (window.event.ctrlKey == true ) return false;
	if (window.event.altKey == true ) return false;

	return false;		

} 

function mouseFalse() {
	return false;
}

document.onkeydown=keypressed ; 

document.oncontextmenu = mouseFalse;
document.ondragstart = mouseFalse;
document.onselectstart = mouseFalse;
*/
