// JavaScript Document
function backPage(f)
{
	window.document.forms[0].target = "_self";
	window.document.forms[0].action	= f;
	window.document.forms[0].submit();
	
}
function win_popup(url,h,w) {
  window.open(url,"PopUp",'resizable=yes,location=no,scrollbars=yes,toolbar=no,menubar=no,directories=no,status=yes,height='+h+',width='+w);
  return true;
}
function self_detail(st)
{
	
	window.document.forms[0].target = "_self";

	window.document.forms[0].action = st;

	window.document.forms[0].submit();
}

function self_detail2(st)
{
	
	window.document.frmCart.target = "_self";

	window.document.frmCart.action = st;

	window.document.frmCart.submit();

}

function self_detail4(st)
{
	
	window.document.frmCart1.target = "_self";

	window.document.frmCart1.action = st;

	window.document.frmCart1.submit();

}

function self_detail3(st)
{
	
	window.document.frm1.target = "_self";

	window.document.frm1.action = st;

	window.document.frm1.submit();

}

function self_detail6(st)
{
	
	window.document.frmOrder.target = "_self";

	window.document.frmOrder.action = st;

	window.document.frmOrder.submit();

}