function closeWin() {
	$('#swfe_lightbox').slideUp(700, function(){
		$('#swfe_lightbox iframe').attr("src", "");
	});
}

function winPop(theURL, widthPx, heightPx) {
	//newWindow = window.open(theURL, 'popWindow', 'status=no,scrollbars=yes,width='+widthPx+',height='+heightPx+'');
	//newWindow.focus();
	$('#swfe_lightbox iframe').attr("src", theURL);
	$('#swfe_lightbox').slideDown();
	//return false;
}

function growersPop(theID) {
	newWindow = window.open('vineyards_growers_details.php?id='+theID, 'popWindow', 'status=no,scrollbars=yes,width=640,height=550');
	newWindow.focus();
	//return false;
}

function shopAlert() {
	msg = "The company who hosts our shopping cart is located in Houston, TX. Unfortunately, electrical power in that area has been knocked out by Hurricane Ike. We are not sure when the online shopping cart will be back in service. Until that time, please contact us by phone at 800-726-0049 ext 132 or email winesociety@justinwine.com.";
	alert(msg);
	return null;
}

//-->
