function mOvr(itm) {
	document.getElementById('r'+itm).style.backgroundColor='#000066';
	document.getElementById('ptr'+itm).src='grfx/imgBgPtrAt.gif';
	return true;
}
function mOut(itm) {
	document.getElementById('r'+itm).style.backgroundColor='#000033';
	document.getElementById('ptr'+itm).src='grfx/imgBgPtr.gif';
	return true;
}
function opnLugWin() {
	window.open('limousine-luggage.html','winDDWMLug','width=580,height=360,status=0,scrollbars=0,toolbar=0,alwaysRaised=1,resizable=0,left='+(((window.screen.width)-580)/2)+',top='+(((window.screen.height)-360)/2)+',screenX='+(((window.screen.width)-580)/2)+',screenY='+(((window.screen.height)-360)/2)+'');
}
function opnWin(win2opn) {
	window.open('vancouver-limousine-details.php?i='+win2opn,'winDDWM','width=580,height=520,status=0,scrollbars=0,toolbar=0,alwaysRaised=1,resizable=0,left='+(((window.screen.width)-580)/2)+',top='+(((window.screen.height)-520)/2)+',screenX='+(((window.screen.width)-580)/2)+',screenY='+(((window.screen.height)-520)/2)+'');
}
function actLoc(itm) {
	if (document.getElementById('cb'+itm+'Loc').selectedIndex==2) {document.getElementById('tf'+itm+'Addr').value='3211 Grant McConachie Way';}
	if (document.getElementById('cb'+itm+'Loc').selectedIndex==6) {document.getElementById('tf'+itm+'Addr').value='17801 Pacific Highway So.';}
	if ((document.getElementById('cb'+itm+'Loc').selectedIndex==2)||(document.getElementById('cb'+itm+'Loc').selectedIndex==6)) {
		document.getElementById('ta'+itm+'Dets').value='Be sure to include all flight details, including flight time, airline, flight number, and arrival/departure gate.';
	} else {
		if ((document.getElementById('tf'+itm+'Addr').value=='3211 Grant McConachie Way')||(document.getElementById('tf'+itm+'Addr').value=='17801 Pacific Highway So.')) {
			document.getElementById('tf'+itm+'Addr').value='';}
		if (document.getElementById('ta'+itm+'Dets').value=='Be sure to include all flight details, including flight time, airline, flight number, and arrival/departure gate.') {
			document.getElementById('ta'+itm+'Dets').value='';}
	}
}