
	function openPicture(picName){
		window.open('Wholesale/WholesaleImages/' + picName +'.jpg','mywindow'+ picName,'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,screenX=200,screenY=1,top=0,left=200,width=540,height=540')
		}
	function openBeadPic(picName){
		window.open('Wholesale/WholesaleImages/' + picName +'.jpg','aWindow'+picName,'toolbar=no, name=ppp,dependent=yes,location=no, locationbar=no, directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,screenX=200,screenY=1,top=25,left=50,width=300,height=150')
		}
	
	
	function sendData(){
	
	if(document.frmPurchase.email.value == "")
	alert("you must enter an email address");
										
		else{
		alert("you will now submit the data");
	document.frmPurchase.blnSubmit.value="go";
	document.frmPurchase.submit();
		}
	}
	
	
	
	function reviewData(){
	
	document.frmPurchase.submit();
	

		}
	