function BuyCar()
{
UserClick('buycar');
	var ctpath= GetCookie("ctpath");
	var referrer=GetCookie("referrer");
	if(ctpath == null || ctpath == undefined || (!ctpath))
	{
		window.open("http://www.mysvw.com/mysvw/pf_index.do?to=6&websrc=346&uid="+GetCookie("uid")+"&referrer="+referrer,"","height=768,width=1024,top=0,left=0,toolbar=yes,menubar=yes,scrollbars=yes, resizable=yes,location=yes, status=yes");
	}else{
		window.open("http://www.mysvw.com/mysvw/pf_index.do?to=6&websrc=346&uid="+GetCookie("uid")+"&ctpath="+ctpath,"","height=768,width=1024,top=0,left=0,toolbar=yes,menubar=yes,scrollbars=yes, resizable=yes,location=yes, status=yes");
	}

}


function Dealer()
{
UserClick('dealer');
window.open('http://www.mysvw.com/mysvw/home/index.jsp','blank');
}
function Maintenance()
{
UserClick('maintenance');
window.open('http://www.mysvw.com/mysvwclub/home/index.jsp','blank');
}