﻿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;
}

function fbs_click(u,t) 
{
    window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
    return false;
} 
