

function MM_openBrWindow(theURL,winName,features) { //v2.0
 window.open(theURL,winName,features);
}


function newindow(where) {
                window.open(where+".html", "enlarge", "alwaysRaised=yes,height=600,width=770,hotkeys=no,left=0,top=0,screenX=50,screenY=50,location=no,menubar=yes,resizable=yes,scrollbars=yes,status=no,toolbar=no");
}






function Maximize() 
{
window.innerWidth = screen.width;
window.innerHeight = screen.height;
window.screenX = 0;
window.screenY = 0;
alwaysLowered = false;
}

function footernav()
{

document.write('\&copy\; 2010 CONVERSE CONSULTANTS  <img src=\"/images/cccccc.gif\" width=144 height=1><a href=\"/privacy_policy/\">PRIVACY POLICY</a> <img src=\"/images/cccccc.gif\" width=8 height=1> <a href=\"/disclaimer/\">DISCLAIMER</a> <img src=\"/images/cccccc.gif\" width=120 height=1>  ');

}

function bcolor(bcol,d_name)
{
if (document.all)
{
 var thestyle= eval ('document.all.'+d_name+'.style');
 thestyle.backgroundColor=bcol;
 }
}



var speed = 20;
iens6 = document.all||document.getElementById;
ns4 = document.layers;

if (navigator.userAgent.indexOf('Mac',0) == -1) {
        document.write ("<link rel=stylesheet type='text/css' href='/scripts/pc.css'>");
} else {
        document.write ("<link rel=stylesheet type='text/css' href='/scripts/mac.css'>");
}

function CONdate(){

var d = new Date();
var curr_date = d.getDate();
var curr_month = d.getMonth();
curr_month++;
var curr_year = d.getFullYear();
document.write(curr_month + " : " + curr_date + " : " + curr_year);

}

