function VT(mylink,mywindowname)
{
	if (!window.focus)return true;
	var href,temp,required_href,str;
	str = "india-holiday-packages/";
	if (typeof(mylink) == 'string')
		href=mylink;
	else
		href=mylink.href;
	//alert(href.length);
	temp = href.indexOf("india-holiday-packages/") + str.length;
	//alert(lead_slashes);
	required_href = href.substring(temp, href.length);
	href = '/mycgi/vacation-india/virtual-tour.cgi?file=' + required_href;
	NFW = window.open(href, mywindowname,'titlebar=yes,toolbar=no,personalbars=no,location=no,directories=no,status=no,scrollbars=yes,menubar=no,resizable=yes,top=0,left=0,width=725,height=490');
	//fullscreen=yes,
	//NFW.blur();
    //NFW.resizeTo(725,490);
    //NFW.moveTo(0,20);
	return false;
}

function GoToMainPage(loc)	{
	if(window.opener.closed)	{
		window.open(loc);
	}
	else {
		opener.location = loc; 
		opener.focus();
	}
}
