
<!-- Begin
am = "©Copyright, 24/7 Limousine & Ground Transportation";

bV  = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"

function nrc(e) {
   if (bNS && e.which > 1){
      alert(am)
      return false
   } else if (bIE && (event.button >1)) {
     alert(am)
     return false;
   }
}

document.onmousedown = nrc;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && bV<5) window.onmousedown = nrc;
// End -->


<!-- Begin
function move_in(img_name,img_src) {
document[img_name].src=img_src;
}

function move_out(img_name,img_src) {
document[img_name].src=img_src;
}
// End -->


<!-- Begin
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->

<!-- Begin
<!--Hide from JS-Impaired Browsers

function initArray() {
for (var i = 0; i < initArray.arguments.length; i++)
this[i] = initArray.arguments[i];
this.length = initArray.arguments.length;
}

var chrome = new initArray(
"menubar=no",
"menubar=no,toolbar=no",
"menubar=no,status=no,resizable=no,scrollbars=no",
"");

var popUpWin


function makePopUpWin(pic,high,wide,text,features) {
var tall = high // + 7 adjust for spacing to border above and below picture
var side = wide  // + 7 adjust for spacing to border on sides of picture
var describeIt = text
var picture = eval("pic")
var winFeatures = features
if (!popUpWin || popUpWin.closed) {
popUpWin = eval("window.open('','','"+chrome[winFeatures]+",height="+tall+",width="+side+"')")
if (!popUpWin.opener) {
popUpWin.opener = window
}

var popUpContent = "<html><head><title>Chauffeured Limousines</title></head>"


popUpContent += "<body bgcolor=#000000 topmargin=0 marginheight=0 leftmargin=0 marginwidth=0 onBlur=window.close()>" 

popUpContent += "<table border=0 CELLSPACING=0 CELLPADDING=0><tr><td width=100% valign=middle align=center>" 

popUpContent += "<img src="+picture+"></td></tr></table></body></html>" 


popUpWin.document.write(popUpContent) // writes the window content
popUpWin.document.close() // closes the output stream
} else {
popUpWin.focus()
}
}

function closePopUpWin() {
if (popUpWin && !popUpWin.closed)
popUpWin.close();
}
// -->
//-->
// End -->



