function openMyWindow(path, PageName){ 
open(path,+PageName,"scrollbars=0, width=750,height=715, resizable=yes, top=5, left=5").focus(); 
}

function openToolTip(path, PageName){ 

var a;
window.open(path,"_blank","scrollbars=yes, width=600,height=715, resizable=yes, top=5, left=5").focus(); 

}

function openWebCam(path, PageName){ 

var a;
window.open(path,"_blank","scrollbars=0, width=800,height=715, resizable=yes, top=5, left=5").focus(); 

}

function openMyApplet(path, PageName){ 
open(path,+PageName,"scrollbars=0, width=800,height=750, resizable=yes, top=5, left=5").focus(); 
} 
function openPopup(path, PageName){ 
open(path,+PageName,"scrollbars=0, width=400,height=400, resizable=yes, top=5, left=5").focus(); 
}