﻿function FAQ_onclick(anchorName) {
	myWindow = window.open("","FAQ","width=540,height=430,screenX=100,screenY=100,top=100,left=100,toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no");
	myWindow.location.href = 'http://www.covepoconoresorts.com/BOOKINGENGINELINKPAGE/BookingEngineFAQ.aspx';
	if (!myWindow.opener) myWindow.opener = self;
}

