//obrazy w osobnym oknie//
function MM_openBrWindow(theURL,winName,features) { //v2.0
 o = window.open(theURL,winName,features);
 o.focus();
}