 function openAddWin(topage,text,action,strpage,parameter,cardid,pagewidth,pageheight)
{
    var obj = new Object();
    obj.name=text;
    SetBodyStyle('noopacity');
    var str =window.showModalDialog(topage+"?systype="+text+"&action="+action+"&strpage="+strpage+"&"+parameter+"="+cardid,obj,"dialogHeight:"+pageheight+"; dialogWidth:"+pagewidth+"; dialogTop: 50px; edge: Raised; center: 1; help: 1; resizable: 1; status: 1;  scroll:1; ");
    SetBodyStyle('makeopacity');
}
 function openCaseImg(topage,text,cardid,pagewidth,pageheight)
{
    var obj = new Object();
    obj.name=text;
    SetBodyStyle('noopacity');
    var str =window.showModalDialog(topage+"?page=1&Cid="+cardid,obj,"dialogHeight:"+pageheight+"; dialogWidth:"+pagewidth+"; dialogTop: 50px; edge: Raised; center: 1; help: 1; resizable: 1; status: 1;  scroll:1; ");
    SetBodyStyle('makeopacity');
}
 function openEditCimg(topage,cid,uid,pagewidth,pageheight)
{
    var obj = new Object();
    SetBodyStyle('noopacity');
    var str =window.showModalDialog(topage+"?cid="+cid+"&uid="+uid,obj,"dialogHeight:"+pageheight+"; dialogWidth:"+pagewidth+"; dialogTop: 200px; edge: Raised; center: 1; help: 1; resizable: 1; status: 1;  scroll:1; ");
    SetBodyStyle('makeopacity');
}
function SetBodyStyle(nclassname) 
{
   document.body.className=nclassname;
}	

 function openCase_img_details(topage,text,parameter,uid,pagewidth,pageheight)
{
    var obj = new Object();
    obj.name=text;
    SetBodyStyle('noopacity');
    var str =window.showModalDialog(topage+"?"+parameter+"="+uid,obj,"dialogHeight:"+pageheight+"; dialogWidth:"+pagewidth+"; dialogTop: 50px; edge: Raised; center: 1; help: 1; resizable: 1; status: 1;  scroll:1; ");
    SetBodyStyle('makeopacity');
}
 function openCaseImg_List(topage,text,cardid,pagewidth,pageheight)
{
    var obj = new Object();
    obj.name=text;
    SetBodyStyle('noopacity');
    var str =window.showModalDialog(topage+"?page=1&Cid="+cardid,obj,"dialogHeight:"+pageheight+"; dialogWidth:"+pagewidth+"; dialogTop: 50px; edge: Raised; center: 1; help: 1; resizable: 1; status: 1;  scroll:1; ");
    SetBodyStyle('makeopacity');
}