function openCWindow(url)
{
 window.open(url,"openCWindow","width=750,height=350,location=1,menubar=1,resizable=1,scrollbars=1,status=1,titlebar=1,toolbar=1,screenX=100,left=100,screenY=30,top=60");
}

