
function open_wind(pid,imgid)
{
	//alert(imgid)
	window.open("limg.php?pid="+pid+"&page="+imgid ,"Mywin","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=yes, width=730, height=630");
}
function clearSearchBox(searchBox, defaultValue)
{
	if (searchBox.value == defaultValue)
	{
		searchBox.value = '';
	}
}
function openPopUp(url)
{
 var width = 186+10;
 var height = 264+10;
 var left = (screen.availWidth-width)/2;
 var top = (screen.availHeight-height)/2;
 
 // scrollbars,
 var w = window.open(url,'popup_window','width=' + width + ',height=' + height + ',left=' + left + ',top=' + top + ',resizable=no,toolbar=0');
 w.focus();
}
function lengthselect()
{
	if(document.getElementById('leng')){
	var len = document.getElementById('leng').value;
	if (len == '')
	{
		alert('Please select size prior to adding this item to your cart');
return;
	}
	else if(len > 0){
		   document.frmprod.submit();
 
	}
	}
	else{
		   document.frmprod.submit();
	}
}
