/**
 * Close quick tour window and bring up signup screen(s)
**/

function switchWindows(url) {
   top.opener.location.href=url;    
   top.close();
}