var ProductID="";
function BuyView(REproductID){
	location.href="#"
	MovePosition();
	document.all.buy.style.display="";
	document.all.cover.style.display="";
	ProductID=REproductID;
}

function BuyClose(){
	document.all.buy.style.display="none";
	document.all.cover.style.display="none";
}
function MovePosition(){
    var wndWidth = parseInt(document.body.clientWidth);
	var wndHeight = parseInt(document.body.clientHeight);
	buy.style.left=wndWidth/2 - 249;
    // ÆäÀÌÁö ·Îµù½Ã Æ÷Áö¼Ç
	buy.style.top = document.body.scrollTop + wndHeight/2 - 110;
    // initializing UI update timer
    return true;
}

// eÄ«´Ù·Î±×
function ecatalog(){
	window.open("../ebook_11/EBook.htm","ebook","width=1250,height=850");
}

// ¿¡¾îÇÁ¶óÀÌ¾î ·¹½ÃÇÇ
function abook(){
	window.open("../abook/EBook.htm","ebook","width=1250,height=850");
}



function brand_shop(shop){
	if(shop=="CJ"){
		window.open("http://philips.cjmall.com/","","");
	}
	if(shop=="GS"){
		window.open("http://philips.gseshop.co.kr/","","");
	}
	if(shop=="Lotte"){
		window.open("http://philips.lotte.com/","","");
	}
	if(shop=="Shinsegae"){
		window.open("http://philips.shinsegae.com/","","");
	}
	if(shop=="hmall"){
		window.open("http://philips.hmall.com/","","");
	}
	if(shop=="akmall"){
		window.open("http://philips.akmall.com/","","");
	}
	if(shop=="G-market"){
		window.open("http://philips.gmarket.co.kr/","","");
	}
}

