/*******************************************************************************************/
/*  ÀÛ ¼º ÀÚ : (ÁÖ)ÀÍ½ºÄÚ¾î
/*  ÀÛ ¼º ÀÏ :  2007.03.30
/*  ¼ö Á¤ ÀÏ :  2007.04.08
/*  ¹ö     Àü :  0.0.1
/*  ¼³     ¸í :  VRÆÄ³ë¶ó¸¶ ÆË¾÷
/*  À§     Ä¡ :  /js/vrPlayer.js
/*******************************************************************************************/

function showVR(url)
{
	var sizeWidth = 761;
	var sizeHeight = 407;
	var popupTop = (screen.height - sizeHeight) / 2;
	var popupLeft = (screen.width - sizeWidth) / 2;
	var status = "status=yes, menubar=no, scrollbars=no, resizable=no, director=no, left=" + popupLeft + ", top=" + popupTop + ", width=" + sizeWidth + ", height=" + sizeHeight;

	window.open(url,'VR', status);

	return false;
}
