function mainFlash(w,h,src,value)
{	
	var tag = "<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='"+w+"' height='"+h+"'><param name='movie' value='"+src+value+"'>"
				+"<param name='quality' value='high'>"
				+"<param name='wmode' value='transparent'>"
				+"<embed src='"+src+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer'"
				+" type='application/x-shockwave-flash' width='"+w+"' height='"+h+"'></embed></object>";
	return tag;
}
function documentwrite(objTag)
{
	document.write(objTag);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

if (document.layers) {n=1;ie=0}
if (document.all) {n=0;ie=1}

function clickEvent(e) {
/*
if(e.which ==3) 
alert("¼Ò½ºº¸±â ±ÝÁöÀÔ´Ï´Ù :)")
return false 
*/
} 

function click() {
/*
if(event.button ==2) 
alert("¼Ò½ºº¸±â ±ÝÁöÀÔ´Ï´Ù :)")
*/
}

if (n) 
	document.onmousedown = clickEvent;
if (ie)
	document.onmousedown = click







