﻿function exhibitWin(wURL){
newWin=window.open("","exhibit","toolbar=no,status=yes,scrollbars=yes,resizable=yes,width=730,height=685");
newWin.location.href=wURL;
if (navigator.appName.charAt(0) == "N" && navigator.appVersion.charAt(0) >= 3){
newWin.focus();
}
if (navigator.appName.charAt(0) == "M" && navigator.appVersion.charAt(0) >= 3){
newWin.focus();
}
}

function publicquoteWin(wURL){
newWin=window.open("","publicquote","toolbar=no,status=yes,scrollbars=yes,resizable=yes,width=730,height=685");
newWin.location.href=wURL;
if (navigator.appName.charAt(0) == "N" && navigator.appVersion.charAt(0) >= 3){
newWin.focus();
}
if (navigator.appName.charAt(0) == "M" && navigator.appVersion.charAt(0) >= 3){
newWin.focus();
}
}


function ediWin(wURL){
newWin=window.open("","edi","location=no,menubar=no,toolbar=no,status=yes,scrollbars=yes,resizable=yes,width=950,height=700");
newWin.location.href=wURL;
if (navigator.appName.charAt(0) == "N" && navigator.appVersion.charAt(0) >= 3){
newWin.focus();
}
if (navigator.appName.charAt(0) == "M" && navigator.appVersion.charAt(0) >= 3){
newWin.focus();
}
}
