var bookWin=null;
var base = 'http://www.eakes.com/activepoint/current/df2/';
function openBook(name,url){
  width=screen.availWidth-13;
  height=screen.availHeight-30;
  bookWin = open("",name,"toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=no,width="+width+",height="+height);
  bookWin.moveTo(0,0);
  bookWin.focus();
  bookWin.location=base+url;
}
function loginWin(){
  //openBook("ezflipwin","book.html");
  //alert(document.flyerForm.flyer.value); 
  bookWin = open('http://www.eakes.com/activepoint/current/df2/book.html','bookwin','height=600, width=1000, scrollbars=yes');
  prodWin = open('http://www.dforce2.com/0170/','productwin','height=600, width=1000, scrollbars=yes');
  //prodWin.moveTo(0,0); 
  prodWin.blur();
  document.flyerForm.submit();
}
function guestOpen(){
  //openBook("ezflipwin","book.html");
  //window.moveTo(0,0);
  //window.resizeTo(screen.availWidth,screen.availHeight);
  //window.location.href='http://www.eakes.com/activepoint/eakes02_09df2/book.html';
  bookWin = open('http://www.eakes.com/activepoint/current/df2/book.html','bookwin','height=600, width=1000, scrollbars=yes');
  prodWin = open('http://www.dforce2.com/0170/','productwin','height=600, width=1000, scrollbars=yes'); 
  //prodWin.moveTo(0,0);
  prodWin.blur();
}
