function c_openwindow(url,name,options) {
    newwin=window.open(url,name,options);
    newwin.focus();
}