// JavaScript Document
function submit1 ()
{
	
	document.checksize.submit();
}

function lang_submit()
{
	document.frmlang.submit();
}

//poup for shopping details

function popshop(url)
{
	newwindow=window.open(url,'name','height=400,width=475,scrollbars=yes,top=50,left=50');
	if (window.focus) 
	{
		newwindow.focus()
	}
	return false;
}
function permission(book_name)
{
	var per;
	per = confirm(" Are you sure, you wish to remove "+book_name+" from your cart?");
	return per;
}
function asiapop(url)
{
	newwindow=window.open(url,'name','height=600,width=680,scrollbars=yes,top=50,left=50');
	if (window.focus) 
	{
		newwindow.focus()
	}
	return false;
}

function popreg(url)
{
	newwindow=window.open(url,'name','height=475,width=635,scrollbars=yes,top=50,left=50');
	if (window.focus) 
	{
		newwindow.focus()
	}
	return false;
}

