﻿function viewbidsPopup(whichPopup){
popwin=this.open(whichPopup, "fullsizePopup", "width=400, height=400, toolbar=no,menubar=no,location=no,scrollbars=no,resize=no,noresize, topmargin=0, marginheight=0, marginwidth=0, leftmargin=0");
popwin.focus()
}

function receiptPopup(whichPopup){
popwin=this.open(whichPopup, "fullsizePopup", "width=400, height=350, toolbar=no,menubar=no,location=no,scrollbars=no,resize=no,noresize, topmargin=0, marginheight=0, marginwidth=0, leftmargin=0");
popwin.focus()
}

function whatisPopup(whichPopup){
popwin=this.open(whichPopup, "fullsizePopup", "width=400, height=400, toolbar=no,menubar=no,location=no,scrollbars=no,resize=no,noresize, topmargin=0, marginheight=0, marginwidth=0, leftmargin=0");
popwin.focus()
}

function hideEmail()
{
 path = 'mailto:sales1@'
 path += 'menupalace.'
 path += 'com'
 location.href = path;
}

