var startsession;

function doAction(catID)
{
	showhide(catID);
	//webshopSession();
	document.getElementById('doAction').value= 'category';
	document.forms['win'].submit();	
	return false;
}


function __doPostBack(eventTarget, eventArgument) {
	var theform;
	if (window.navigator.appName.toLowerCase().indexOf("netscape") > -1) {
		theform = document.forms["frmMain"];
	}
	else {
		theform = document.frmMain;
	}
	theform.__EVENTTARGET.value = eventTarget.split("$").join(":");
	theform.__EVENTARGUMENT.value = eventArgument;
	theform.submit();
}

	

