function showOptions(sub){
			
			var txt = "";
			
			txt = "<div align='center' class='content' style='padding-bottom: 0px;'><iframe width='425' height='295' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='";
			
			switch(sub){
				
        case "transferstation": 
            txt += "http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=101+Tanforan+Ave,+San+Bruno,+CA+94066&amp;sll=37.0625,-95.677068&amp;sspn=50.37814,79.277344&amp;ie=UTF8&amp;hq=&amp;hnear=101+Tanforan+Ave,+San+Bruno,+San+Mateo,+California+94066&amp;t=h&amp;z=14&amp;iwloc=A&amp;ll=37.650801,-122.408466&amp;output=embed'></iframe><br /><b><a href='http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=101+Tanforan+Ave,+San+Bruno,+CA+94066&amp;sll=37.0625,-95.677068&amp;sspn=50.37814,79.277344&amp;ie=UTF8&amp;hq=&amp;hnear=101+Tanforan+Ave,+San+Bruno,+San+Mateo,+California+94066&amp;t=h&amp;z=14&amp;iwloc=A&amp;ll=37.650801,-122.408466";
            break;
            
            }
            
          txt += "' target='_blank'>View Larger Map</a></b></div>";

    	jQuery.prompt(txt, { buttons: { Close: true }, persistent: false, xclose: 1, top: 10 });

		}	
	

