
function openWin(url,name,features,height,width)
{
	si = window.open(url,name,features);
	si.resizeTo(height,width);
	si.focus();
}

function openTentoePop(url)
{
	var myUrl = url + "&ParentURL=" + escape(window.location.href);
	window.open(myUrl, "_blank", "width=550,height=340,scrollbars=no,toolbar=no,personalbar=no,statusbar=no,directories=no,location=no,resizable=no,menubar=no,locationbar=no");
}

function submitData()
{
	document.frmAddProduct.submit();
}



