var additem;

function BasketSubmit(formName)
{
additem = window.open('', 'basket_AddItem', 'screenx=0,screeny=0,left=0,top=0,width=200,height=100,' +
		'menubar=0,toolbar=0,resizable=0,location=0,status=0,scrollbars=0');
additem.focus();
document.forms[formName].submit();
}

function opensku(wname)
{
	return window.open('',wname,'width=400,height=600,toolbar=0,menubar=0,status=0,resizable=1,scrollbars=1');
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

