function drinkMe(pageName)
	{
	
		window.open(pageName, "viewWindow", 'width=600,height=600,resizable=0,scrollbars=yes,menubar=no,status=no');
	
	}
	
function jasDoSubmit()

	{

		alert("User Name or Password is incorrect. Please contact Catamount for assistance.");

	}
	
function jasGallery()
	
	{
	
		window.open("gallery/cat_gallery.html", "projectGallery", 'width=600,height=650,resizable=0,scrollbars=1,menubar=no,status=no');
	
	}
	
	


function marketsGallery(pagename)
	
	{
	
		window.open(pagename, "marketGallery", 'width=600,height=600,resizable=0,scrollbars=no,menubar=no,status=no');
	
	}





function cameraPop(pageName)
	{
	
		window.open(pageName, "siteCam", 'width=760,height=500,resizable=0,scrollbars=yes,menubar=no,status=no');
	
	}