function popup(url, width, height){	
		url = "popups/" + url + ".html"
		var newwin = window.open(url,null,"height=" + height + ",width=" + width + ",status=no,toolbar=no,menubar=no,scrollbars=yes, resizable=no,top=50,left=50");
}


