function newWindow(filename, w,h){  
        popWin = window.open(filename,"popup","height="+h+",width="+w+",scrollbars=no, resize=no, leftmargin=0, topmargin=0", "dependent") ; popWin.focus ("popup");
}


function closePopUp () {
		if (popWin.document) {
			popWin.close(); return false;	}
			}


function goTo(URL) {
	location.href = URL;
		}
		
function voidThis() {}


function killError()
{
  return true;
}

window.onerror = killError;

window.defaultStatus = "";

WL_show = function(qs){
	wl_win = window.open('/products/wishlist.php?'+qs,'wl_win','height=600,width=485,resize=no,scrollbars=yes');
	wl_win.focus();
}


