function mklnk(URL, extras, text)
{
document.write('' + text + '');
}
// Site-specific functions
function OpenEmail(box)
{
domain="3cgaming.com";
document.write(""+box+"@"+domain+"");
}
function HiddenRecipient(box)
{
domain="3cgaming.com";
document.write("");
}
function Advertise()
{
var box = "services";
var domain="3cgaming.com";
document.write(""+"Email us"+"");
}
function HighlightAll(theField)
{
var tempval=eval("document."+theField);
tempval.focus();
tempval.select();
if (document.all)
{
therange=tempval.createTextRange()
therange.execCommand("Copy")
window.status="Contents highlighted and copied to clipboard!"
setTimeout("window.status=''",1800)
}
}
function getPars(str2)
{
var str = "" + str2;
var len = str.length;
var cnt=0;
var bAdd=0;
var pars = new String();
for(cnt=0; cnt