function ShowFlash(url){
	if(screen.width <= 1024){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"   width="'+screen.width+'" height="700" id=daum_flash>');
	document.write('<param name="movie" value="' + url + '">');
	document.write('<param name="allowScriptAccess" value="always" />');
	document.write('<PARAM NAME=scale VALUE=showall>');
	document.write('<param name="quality" value="high">');
	document.write('<PARAM NAME=wmode VALUE=window>');
	document.write('<embed src="' + url + '" quality="high" wmode = "window" scale="showall" allowScriptAccess="always" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+screen.width+'" height="700"></embed>');
	document.write('</object>');
	}else{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"   width="100%" height="100%" id=daum_flash >');
	document.write('<param name="movie" value="' + url + '">');
	document.write('<param name="allowScriptAccess" value="always" />');
	document.write('<PARAM NAME=scale VALUE=exactfit>');
	document.write('<param name="quality" value="high">');
	document.write('<PARAM NAME=wmode VALUE=window>');
	document.write('<embed src="' + url + '" quality="high" wmode = "window" scale=exactfit allowScriptAccess="always" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="100%"></embed>');
	document.write('</object>');
	}
}
