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 "hazwaste": 
            txt += "http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=SF+Recycling+and+Disposal,+Inc.&amp;sll=39.173723,-121.556854&amp;sspn=0.18897,0.322723&amp;ie=UTF8&amp;t=h&amp;cid=4627599187797719221&amp;ll=37.719066,-122.396965&amp;spn=0.023763,0.036478&amp;z=14&amp;iwloc=A&amp;output=embed'></iframe><br /><b><a href='http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=SF+Recycling+and+Disposal,+Inc.&amp;sll=39.173723,-121.556854&amp;sspn=0.18897,0.322723&amp;ie=UTF8&amp;t=h&amp;cid=4627599187797719221&amp;ll=37.719066,-122.396965&amp;spn=0.023763,0.036478&amp;z=14&amp;iwloc=A";
            break;
            
            }
            
          txt += "' target='_blank'>View Larger Map</a></b></div>";

    	jQuery.prompt(txt, { buttons: { Close: true }, persistent: false, xclose: 1, top: 10 });

		}	
	
