function getProposalForm() {
    newwin = window.open("rfp/index.php","newwin","width=828,height=675,scrollbars");
    newwin.focus();
}

function openSubscribeForm(email) {
    newwins = window.open("popup/form.html?email="+email,"newwins","width=828,height=550");
    newwin.focus();
}

function Emp() {
    newwins = window.open("rfp/emp.html","newwins","width=670,height=300");
    newwin.focus();
}

// product thumbnails
function thumbNails(url, height, width, name, parms) {
   var left = Math.floor( (screen.width - width) / 2);
   var top = Math.floor( (screen.height - height) / 2);
   var winParms = "top=" + top + ",left=" + left + ",height=" + height + ",width=" + width;
   if (parms) { winParms += "," + parms; }
   var win = window.open(url, name, winParms);
   if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
   return win;
}

// featured products
function thumbNailsScroll(url) {
newWin=window.open(url,"form_window3","resizable=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,copyhistory=0,width=708,height=650,top=0,left=0");
newWin.focus();
if (newWin.opener == null) newWin.opener = self;
}

// news windows
function News(urlB,width,height) {
newtWind=window.open(urlB,"twindow","resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,copyhistory=0,width="+width+",height="+height+",top=5,left=5");
newtWind.focus();
}

// pricesamp2
function pricesamp2(url) {
newwin=window.open(url,"newwinu","width=667,height=550,scrollbars=yes,resizable=1");
newwin.focus();
}
// pricesamp5
function pricesamp5(url) {
newwin=window.open(url,"newwinv","width=667,height=518,scrollbars=yes,resizable=1");
newwin.focus();
}
// pricesamp6
function pricesamp6(url) {
newwin=window.open(url,"newwinw","width=667,height=550,scrollbars=yes,resizable=1");
newwin.focus();
}
// pricesamp7
function pricesamp7(url) {
newwin=window.open(url,"newwinx","width=667,height=550,scrollbars=yes,resizable=1");
newwin.focus();
}
// pricesamp8
function pricesamp8(url) {
newwin=window.open(url,"newwiny","width=667,height=550,scrollbars=yes,resizable=1");
newwin.focus();
}
// pricesamp9
function pricesamp9(url) {
newwin=window.open(url,"newwinz","width=667,height=550,scrollbars=yes,resizable=1");
newwin.focus();
}
