function newWindow(targetURL){
	var WO;
	WO = window.open(targetURL,"shopInfo","toolbar=no, location=no, directories=no, scrollbars=yes, width=420, height=250");
	WO.focus();
	return false;
}
