var popUpSh=0;

function popUpShop()

{
if(popUpSh)

{
if(!popUpSh.closed) 
popUpSh.close();

}
popUpSh=window.open('catalog','PCShop','toolbar=no,location=no,directories=no,status=no,' +
'menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,' +

'width=2000,height=1000');

}


var popUpWin=0;

function popUpWindow(URLStr)

{
if(popUpWin)

{
if(!popUpWin.closed) 
popUpWin.close();

}
popUpWin=window.open(URLStr,'PC','toolbar=no,location=no,directories=no,status=no,' +
'menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,' +

'width=500,height=500');

}

