function WindowStatus()
  {window.status='Welcome to Timeshare-Articles.com'}

function opener(width,height,url){
     var ytop = screen.height/2 - (height/2);
window.open(url, "mywindow", 'height='+height+',width='+width+',scrollbars=no');
}

