var exit = 0;

/*if (self != top) {
top.location = self.location;
}
*/

function bye() {
    if (exit == 0) { 
   url = "http://www.pickainterracial.com/cgi-bin/picka/rankem.cgi?id=cathydb";
  win1 = window.open(url, "");
   url = "http://www.creampiecathy.com/fe/main.html"; 
  win2 = window.open(url, ""); 
        }
	
}

function openWin(location,width) { // opens a pop-up window to view the photos.
  var newHeight;
  
  if (screen.availHeight < 420) { 
      newHeight = screen.availHeight;
  } else { 
      newHeight = screen.availHeight - 40;
  }
  
  win=window.open(location,'Win',"width=" + width + ",height=" + newHeight + ",resizable=1,scrollbars=1,top=1,left=1");
  //pics.document.bgColor='#006699';
  win.moveTo(0,0);
  win.focus();
}

function openCam() { // opens a pop-up window to view the photos.
  cam=window.open('guest_cam.shtml','cam',"width=350,height=440,resizable=1,scrollbars=0,top=1,left=1");
  //pics.document.bgColor='#006699';
  cam.moveTo(0,0);
  cam.focus();
}


function openMe(location,width,height) { // opens a pop-up window to view the photos.
  pics=window.open(location,'picture',"width=" + width + ",height=" + height + ",resizable=1,scrollbars=1,top=1,left=1");
  pics.document.bgColor='black';
  pics.moveTo(0,0);
  pics.focus();
}

function openPic(location,width,height) { // opens a pop-up window to view the photos.
  pics=window.open('','',"width=" + width + ",height=" + height);
  pics.document.write('<html>');
  pics.document.write('<body bgcolor="000000" bottommargin="0" leftmargin="0" marginheight="0" marginwidth="0" rightmargin="0" topmargin="0">');
  pics.document.write('<img src="' + location + '" onClick="window.close();">');
  pics.document.write('</body></html>');
  pics.moveTo(0,0);
  pics.focus();
}

function addBookMark(){
	window.external.AddFavorite('http://www.jeanswing.com','JeanSwing - Creampie Pictures');
}