function callPage()
{
		var y = document.catalogForm.cmbPages.selectedIndex;
		if(y>0)
		{
			x=document.catalogForm.cmbPages.options[y].value
			//alert(location.href);
			//alert(x);
			document.location.href=x+"";
			
		}
}