// SHOPSTART

function shStart()
{
shWin = window.open('../shop/index.htm','popupA','width=775,height=500,toolbar=no,directories=no,menubar=no,scrollbars=yes,scrolling=yes,status=no,location=no,resizable=no,left=0,top=0');shWin.focus();
if(shWin){shWin.focus();}
}


