


<!---- Confirm Delete Section === ----->
function go_there(delthis) {
	if(confirm("Do you really want to delete this section"))
	window.location=delthis;
}


<!-- Large Image -->
function Start(page,features) {
OpenWin = this.open(page, "new", features);
}


<!---- === Refresh the parent window == -->
function out()
{
window.opener.location.reload()
}


<!---- === Addprod.asp Delete product === ----->
function del_product(delthis) {
if(confirm("Do you really want to delete this product"))
window.location=delthis;
}

