// JavaScript Document

function popUpUp(url) 
{
 var width  = 860;
 var height = 760;
 var left   = (screen.width  - width)/2;
 var top    = (screen.height - height)/2;
 var params = 'width='+width+', height='+height;
             params += ', top='+top+', left='+left;
             params += ', directories=no';
             params += ', location=no';
             params += ', menubar=no';
             params += ', resizable=yes';
             params += ', scrollbars=yes';
             params += ', status=no';
             params += ', toolbar=no';
             newwin=window.open(url,'windowname', params);
 if (window.focus) {newwin.focus()}
 return false
}



function openPopUpWindow() {
  popupWin = window.open('http://www.secureonlineorder.net/term-paper-essay-writing-help/contact_us_form.php','mywindow','width=500,height=360');
  }

function openNewWindow() {
  popupWin = window.open('http://www.thepaperexperts.com/livehelp/livehelp.php?department=2','mywindow','width=620,height=400');
  }