function popup(theURL,winName,features) { 
  	var pop = window.open(theURL,winName,features);
}