
/*--------------------------------------------------------------//
//
//  °ø¿ë JavaScript
//
//-------------------------------------------------------------*/

function openwin() 
{
window.open("http://www.worldseat.co.kr//remodel/remodel_heat_dis.html","package","width=630 height=685 scrollbars=0 top=100 left=0 location=0 menubar=0 resizable=0")
}

function docwrite(str) 
{
	document.write(str);
}

function FlashCommon( id, ObjUrl, vWidth, vHeight ) 
{

	var str = "";
	str += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="' + vWidth + '" height="' + vHeight + ' id="' + id + '" align="middle">';
	str += '<param name="movie" value="' + ObjUrl + '">';
	str += '<param name="quality" value="high">';
	str += '<param name="wmode" value="transparent">';
	str += '<param name="bgcolor" value="#ffffff">';
	str += '<embed src="' + ObjUrl + '" quality="high" wmode="transparent" bgcolor="#ffffff" width="' + vWidth + '" height="' + vHeight + '" id="' + id + '" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>';
	str += '</object>';

	document.writeln(str);
}

