/*
function openFull(){
 h = screen.availHeight;
 w = screen.availWidth;
 window.open("spirits/index.html","window1","height="+h+",width="+w+",top=0,left=0");
}
*/

function openFull(){
 h = screen.availHeight;
 w = screen.availWidth;
 window.open( rootPath + "pickup/spirits/index.html","window1","height="+h+",width="+w+",top=0,left=0");
}
