function popup (nam){
	w=window.open("http://starwaggons.com/" + nam, "popupwin", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=600");
	// ,top=100,left=100'
}

function preload (plist) {
	plist = plist.split(',');
	ipreload = new array();
	for (var i=0; i<plist.count; i++) {
		ipreload[i] = new Image(); 
		ipreload[i].src = "images/" + plist[i] + ".gif";
	}
}

function iimg(iRef, imageReplace){
	iRef.src='images/' + imageReplace + '.gif';
}

function popupb(imgpath, titl, caption) {			// trailer & floorplan
	poper = window.open("","starw","toolbar=0,width=780,height=520,fullscreen=yes,scrollbars=no");	// toolbar=0,width=860,height=440,left="+(screen.width-860)/2+",top=100"
	poper.document.open();
	poper.document.write("<title>STARWAGGONS " + titl + "</title>");
	poper.document.write('<body LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0><table width="100%" BORDER=0 CELLPADDING=0 CELLSPACING=0>');
	poper.document.write('<TR><TD align=center><img src="images/popupBanner.jpg"></td></tr>');	//  width=600 height=126
	poper.document.write('<TR><TD align=center><img src="' +imgpath+ '"></td></tr>');
	poper.document.write("<TR><TD align=center>" +titl+ " : " +caption+ '<br>');
	poper.document.write('To book, call Star Waggons at 818.367.5946<br>');
	poper.document.write("<form><input type='button' Value='Close' onclick='window.close()'>");
	//	if (parseInt(navigator.appVersion) > 3) {
	//		poper.document.write('&nbsp;&nbsp;<input type=button value="Print" name="Print" onClick="window.print()">');        
	//	}
	poper.document.write("</form></td></tr></table></body>");
	poper.document.close()
}

function printit() {  
	if (window.print) {
		window.print() ;  
	} else {
		var wb ='<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
		document.body.insertAdjacentHTML('beforeEnd', wb);
		WebBrowser1.ExecWB(6, 2); //Use a 1 vs. a 2 for a prompting dialog box    WebBrowser1.outerHTML = "";  
	}
}

function popupm(imgpath, titl, caption) {		// interior
	poper = window.open("","starw","toolbar=0,width=600,height=580,fullscreen=yes,scrollbars=no");	// ,left="+(screen.width-720)/2+",top=100
	poper.document.open();
	poper.document.write("<title>STARWAGGONS " + titl + "</title>");
	
	poper.document.write('<body LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0><table width="100%" BORDER=0 CELLPADDING=0 CELLSPACING=0>');
	poper.document.write('<TR><TD align=center><img src="images/popupBannerS.jpg"></td></tr>');	//  width=600 height=126
	poper.document.write('<TR><TD align=center><img src="' +imgpath+ '"></td></tr>');
	poper.document.write("<TR><TD align=center>" +titl+ " : " +caption+ '<br>');
	poper.document.write('To book, call Star Waggons at 818.367.5946<br>');
	poper.document.write("<form><input type='button' Value='Close' onclick='window.close()'>");
	//	if (parseInt(navigator.appVersion) > 3) {
	//		poper.document.write('&nbsp;&nbsp;<input type=button value="Print" name="Print" onClick="window.print()">');        
	//	}
	poper.document.write("</form></td></tr></table></body>");
	poper.document.close()
}

function printit() {  
	if (window.print) {
		window.print() ;  
	} else {
		var wb ='<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
		document.body.insertAdjacentHTML('beforeEnd', wb);
		WebBrowser1.ExecWB(6, 2); //Use a 1 vs. a 2 for a prompting dialog box    WebBrowser1.outerHTML = "";  
	}
}

