function moveTo(element){
        switchSelected(element);
        var myHeight = $(element).getHeight()+20;
        if(myHeight < 420){
            myHeight = 420;
        }    
        var endHeight1 = "height: " + (myHeight+25) + "px;";
        var endHeight2 = "height: " + myHeight + "px;";

        $('maincontent').morph(endHeight1,{duration: 0.4});        
        $('textbox').morph(endHeight2,{duration: 0.4});
        return false;
}

function openCSpecs(){
screenw = screen.width;
screenh = screen.height;
    mywindow = window.open ("http://www.imailglobal.com/audience/edmspecs.asp","cspecs","resizeable=yes,status=1,scrollbars=1, height="+screenh+",width="+screenw);
   // mywindow.moveTo(0,0);
}

function openCCal(){
screenw = screen.width-10;
screenh = screen.height-10;
    mywindow = window.open ("http://www.imailglobal.com/audience/CPM-calculator.asp","ccal","resizeable=yes,status=1,scrollbars=1, height="+screenh+",width="+screenw);
    //mywindow.moveTo(0,0);
}
function openReport(){
screenw = screen.width-10;
screenh = screen.height-10;
    mywindow = window.open ("proclogin2.asp","reports","resizeable=yes,status=1,scrollbars=1, height="+screenh+",width="+screenw);
    //mywindow.moveTo(0,0);
}