 
 function showLightWindow(sHref, iWidth, iHeight)
 {
 	myLightWindow.deactivate( );
 	
 	myLightWindow.activateWindow({ href: sHref, title:'', width:iWidth, height:iHeight });
 }