public static API_IE_ExecutionGUI maps(this IE_Google ieExecution)
 {
     return(ieExecution.open("/maps?hl=en&tab=wl"));
 }
 public static API_IE_ExecutionGUI images(this IE_Google ieExecution)
 {
     return(ieExecution.open("imghp?hl=en&tab=wi"));
 }
 public static API_IE_ExecutionGUI videos(this IE_Google ieExecution)
 {
     return(ieExecution.open("http://videos.google.com/?hl=en&tab=wv"));
 }
 public static API_IE_ExecutionGUI homepage(this IE_Google ieExecution)
 {
     return(ieExecution.open(""));
 }