// self.moveTo(0,0) ;
// self.resizeTo(screen.availWidth,screen.availHeight);

function ecard(theURL,winName,features) {
  window.open(theURL,winName,features);
}
var x=(screen.width/2)-175
var y=(screen.height/2)-225
winSizer="width=350,height=450,top="+y+",left="+x +",toolbar=no,location=no,scrollbars=no,directories=no,border=0,border=no,status=0,resizable=no,menubar=no"
