function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function book_pcOpener(URL){
			w = window.open(URL,"book_pc","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=800,height=740");
			w.focus();
		}
 function cartOpener()
 {
  w = window.open("","dotbook_order","menubar=no,status=yes,scrollbars=yes,resizable=yes,width=560,height=600");
  w.focus();
 }