//Default Dimensions
if (QQ_width == null || QQ_width == '') {
QQ_width = 300;
}
if (QQ_height == null || QQ_height == '') {
QQ_height = 250;
}
//Default border
if (QQ_borderWidth == null || QQ_borderWidth == '') {
QQ_borderWidth = 0;
}
if (QQ_borderWidth == null || QQ_borderWidth == '') {
QQ_borderWidth = 0;
}
//Default border color
if (QQ_borderColor == null || QQ_borderColor == '') {
QQ_borderColor = 'ffffff';
}
if (QQ_borderColor == null || QQ_borderColor == '') {
QQ_borderColor = 'ffffff';
}
//Popup function for backwards compatibility w/old browsers
function popWin() {
var url = 'http://reservations.rezlink.com/quicksearch/CAR/shell.asp?aid=PAY00001&bgColor='+QQ_bgcolor+'&borderColor='+QQ_borderColor+'&borderWidth='+QQ_borderWidth+'&cellPad='+QQ_cellpadding+'&cellSpace='+QQ_cellspacing+'&calendar='+QQ_calendar+'&fontColor='+QQ_fontcolor+'&sHeader='+QQ_searchHeader;
popupWin=window.open(url,"win","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=220,height=200");
self.name = "mainWin";
}
function insertExternalFile(fname,AID,W,H,BGC,BDC,BDW,CP,CS,CL,FC,SH) {
var fhold;
fhold = (fname+'?aid='+AID+'&qWidth='+W+'&qHeight='+H+'&bgColor='+BGC+'&borderColor='+BDC+'&borderWidth='+BDW+'&cellPad='+CP+'&cellSpace='+CS+'&calendar='+CL+'&fontColor='+FC+'&sHeader='+SH);
//alert(fhold);
//I.E. and newer Mozilla browsers
if (navigator.appName.indexOf("Microsoft")!=-1
|| navigator.appName=="Netscape"
&& parseInt(navigator.appVersion)>4
)
{
document.write(''
+''
)
}
//Older Mozilla browsers
else if (navigator.appName=="Netscape"
&& parseInt(navigator.appVersion)==4) {
document.write('Click here
for reservations');
}
//All Other
else {
document.write('Click here
for reservations');
}
}
//filename,width,height,zip,station
insertExternalFile("http://reservations.rezlink.com/quicksearch/CAR/shell.asp","PAY00001",QQ_width,QQ_height,QQ_bgcolor,QQ_borderColor,QQ_borderWidth,QQ_cellpadding,QQ_cellspacing,QQ_calendar,QQ_fontColor,QQ_searchHeader);
//-->