$(document).ready(function()
{
	var_top=($(window).height()-448)/2;
	var_left=($(window).width()-560)/2;
	
	$("#lifestyleclip").click(function()
	{
		//videoClip = window.open("../incanto_club/lifestyle/video/index.htm", "displayWindow", "width=560,  height=448, left="+var_left+", top="+var_top+", resizable=no,  status=no, toolbar=no, menubar=no");
		videoClip = window.open("../clip/index.htm", "displayWindow", "width=560,  height=448, left="+var_left+", top="+var_top+", resizable=no,  status=no, toolbar=no, menubar=no");
		return false;  
	}); 
});