<!--
function popProdImage(goURL) {
props=window.open(goURL, 'viewproduct','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=785,height=650');
}
function popProjImage(goURL) {
props=window.open(goURL, 'viewproject','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=785,height=650');
}
function popArticleImage(goURL) {
props=window.open(goURL, 'viewarticle','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=785,height=650');
}
function popForSaleImage(goURL) {
props=window.open(goURL, 'viewforsale','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=785,height=650');
}
function popCarForSaleImage(goURL) {
props=window.open(goURL, 'viewcarforsale','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=785,height=650');
}
function popDesignImage(goURL) {
props=window.open(goURL, 'viewdesigns','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=785,height=650');
}
function popGalleryImage(goURL) {
props=window.open(goURL, 'viewstreetrods','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=785,height=650');
}
function popViewOrder() {
props=window.open("view_quote.php", 'viewquote','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=650,height=300');
}
function popPrintFriendly() {
props=window.open("printfriendly.php", 'SAR','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=700,height=600');
}
function popUP(page,name,width,height) {
props=window.open(page, name,'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+width+',height='+height);
}
function swapImages() {
	if (document.images) {
		for (var i=0; i<swapImages.arguments.length; i+=2) {
			document[swapImages.arguments[i]].src = swapImages.arguments[i+1];
		}
	}
}
// -->
