/*
#######################################################################################################################################################
# 																																					   
#  Javascript for Dr. Erber Homepage 
#  All Rights reserved to 
#  Trip2Mars - Development (C)                                                                                                                          
#                                                                                                                                                      
#######################################################################################################################################################
*/
/* usual popup function */
function popup(URL,name,height,width,status,tool,menu,location,scrollbar)	{
	window.open(URL,name,'height='+height+',width='+width+',status='+status+',toolbar='+tool+',menubar='+menu+',location='+location+',scrollbars='+scrollbar+'');
}
