//initDesigner
function initDesigner(){	
	document.write("<object id='view' classid='clsid:84A89240-D9D7-41D9-937F-A91940EA2B20' width='320' height='512'></object>");
}

var pathCurrent;

function initPage()
{
	var url = location.href;
	var len = url.length;
	var n, last=len;

	view.strBaseURL = "http://www.live-buy.com/idesigner/";

	if(view.spinningX != "0"){

		if(confirm('ÇöÀç Ever Texture°¡ ¼³Ä¡µÇ¾îÀÖÁö ¾Ê½À´Ï´Ù.\r\n´Ù¿î·Îµå ¹ÞÀ¸½Ã°Ú½À´Ï±î?')){
			
			location.href='../customer/sub044.php';

		}

	}else{

		if(view.GetVersion1000() != '103'){

			if(confirm('ÇöÀç Ever TextureÀÇ ¹öÀüÀÌ ³·½À´Ï´Ù.\r\n»õ·Î¿î ¹öÀüÀ» ¼³Ä¡ÇÏ¿©¾ß ÇÕ´Ï´Ù.\r\n´Ù¿î·Îµå ¹ÞÀ¸½Ã°Ú½À´Ï±î?')){

				location.href='../customer/sub044.php';

			}

		}
	}
	
}