function getSub(subURL) {		var windowName = 'Arts_sub';		var winTools = 'toolbar=0,scrollbars=1,location=0,directories=0,status=1,titlebar=0,menubar=0,alwaysRaised=1,resizable=1,screenX=20,screenY=20';		var winWidth = 'width=520';		var winHeight = 'height=400';		var winFeatures = winTools + ',' + winWidth +',' + winHeight;		var popup = window.open(subURL,windowName,winFeatures);			 // set the opener if it's not already set.  it's set automatically	// in netscape 3.0+ and ie 3.0+.		if( navigator.appName.substring(0,8) == "Netscape" )	{				popup.location = subURL;		popup.opener = self;	}				}window.name = "AOTMe_shop";function showitem(object) {	if (document.layers && document.layers[object] != null)		document.layers[object].display = 'block';		if (document.all)		document.all[object].style.display = 'block';		if (document.getElementById)		document.getElementById(object).style.display = "block";	}function hideitem(object) {	if (document.layers && document.layers[object] != null)		document.layers[object].display = 'none';		if (document.all)		document.all[object].style.display = 'none';		if (document.getElementById)		document.getElementById(object).style.display = "none";	}	
