function delone( ic)
{
	
    eval("document.shopfrm.qty" + ic + ".value=0");
    document.shopfrm.submit();

}

function formsubmit(iform, iaction)
{
 iform.action = iaction;
 iform.submit();
}

function openpop(ipage)
{
	x = window.screen.availWidth -10
	y = window.screen.availHeight -50
  window.open(ipage, 'ssypop', 'height=' + y + ',width=' + x + ', top=20,left=0, scrollbars=yes');
}

function askpop(ipage)
{
		x = (window.screen.availWidth -10) / 2 - 280
		y = (window.screen.availHeight -50) / 2 -250
  		window.open(ipage, 'ssypop', 'height=500,width=560, top=' + y + ',left=' + x + ', scrollbars=yes');
	
}


function detpop(ipage)
{
		x = (window.screen.availWidth -10) / 2 - 280
		y = (window.screen.availHeight -50) / 2 -280
  		window.open(ipage, 'ssypop', 'height=600,width=600, top=' + y + ',left=' + x + ', scrollbars=no,status=no');
	
}
