<!-- Hide the script from old browsers --

function popup(url){	
			url ="popup/" + url +".html"
			
		var newwin = window.open(url,null,"height=260,width=450,status=no,toolbar=no,menubar=no,scrollbars=AUTO,top=50,left=50");

//end hiding from non-JS browsers -->
}
