/////////////////////////////////INVENTORY SCRIPT/////////////////////////////////

function WindowOpenUp(sURL)
	{
window.open(sURL,null,'height=560,width=820,status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,scrollbars=yes',false);
	}

/////////////////////////////////PICTURE SCRIPT/////////////////////////////////

function WindowOpenUp2(sURL)
	{
window.open(sURL,null,'height=256,width=520,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no',false);
	}
