function remote(name){
	if (name == "cls") win2=window.open('','Brought','width=770,height=385,scrollbars=no,resizable=no')
	if (name == "cancel") win2=window.open('http://www.cartrawler.com/reserve/cancelres2.asp','Contact','width=770,height=400,scrollbars=yes,resizable=yes')

	win2.creator=self
}

function popup(){
		var nWidth = 600;
		var nHeight = 400;
		var nTop = (screen.height - nHeight) / 2;
		var nLeft = (screen.width - nWidth) / 2;
		var sPref = 'toolbar=yes,menubar=yes,location=no,directories=no,status=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=' + nWidth + ',height=' + nHeight + ',screenX=' + nLeft + ',screenY=' + nTop + ',top=' + nTop + ',left=' + nLeft;
		viewDetails = window.open('popup.html','cancelbooking',sPref);
}