function skidoo() {
 if (opener) {
  opener.location.href = 'http://www.restekcorp.com/';
  window.close(self);
 }
 else {
  window.location.href = 'http://www.restekcorp.com/';
 }
}