	function showOptions(sub){
    			
				var txt = "";
				
				 switch(sub){
				 	
				 	case "container": 
				 	
            			txt = "<div align='center' class='content' style='padding-bottom: 0px;'><iframe width='650' height='250' frameborder='0' scrolling='no' 		marginheight='0' marginwidth='0' src='residentialCartPlacement.htm'></iframe></div>";
            
            		break;
				 	
				 	}
				 	
				 	jQuery.prompt(txt, { buttons: { Close: true }, overlayspeed: 'fast', persistent: false, xclose: 1, show: 'show', top: 0 });
				
			}