/*var storyArray = new Array();


storyArray[0] ="<TABLE cellSpacing='0' cellPadding='0' width='100%' bgColor='#999999' border='0'><TBODY><TR><TD align='center'><A href='ProductCategory.aspx?pcid=6'><IMG height='40'src='images/ad/phone-1.jpg' width='573' border='0'></A></TD></TR></TBODY></TABLE>";
storyArray[1] ="<TABLE cellSpacing='0' cellPadding='0' width='100%' bgColor='#000000' border='0'><TBODY><TR><TD align='center'><A href='ProductList.aspx?pcid=9&cid=20'><IMG height='40'src='images/ad/car.jpg' border='0'></A></TD></TR></TBODY></TABLE>";
storyArray[2] ="<TABLE cellSpacing='0' cellPadding='0' width='100%' bgColor='#000000' border='0'><TBODY><TR><TD align='center'><A href='ProductDetails_519,6,16,15.aspx'><IMG height='40'src='images/ad/k1.jpg' border='0'></A></TD></TR></TBODY></TABLE>";
storyArray[3] ="<TABLE cellSpacing='0' cellPadding='0' width='100%' bgColor='#000000' border='0'><TBODY><TR><TD align='center'><A href='./jabra' target='_blank'><IMG height='40'src='images/ad/jabra.jpg' border='0'></A></TD></TR></TBODY></TABLE>";

				
var num0=Math.round(Math.random() * (storyArray.length-1) );
document.write(storyArray[num0]);*/

var popUpWin=0;

function popUpWindow(URLStr, left, top, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = window.open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}