
function open_it(link,w,h){
  msgWindow=(eval("window.open('"+link+"','Fenstername','toolbar=no,width="+w+",height="+h+",,left=0,top=0,directories=no,status=yes,scrollbars=yes,resizable=1,menubar=no')"))
}

function popup(url) {
  popup_window = window.open(url, 'załącznik', 'menubar=no, toolbar=no, location=no, scrollbars=yes, resizable=yes, status=no, width=760, height=500, left=100, top=100')
  popup_window.focus()
}
function popup2(url) {
  popup_window = window.open(url, 'załączniki', 'menubar=no, toolbar=no, location=no, scrollbars=yes, resizable=yes, status=no, width=700, height=500, left=90, top=90')
  popup_window.focus()
}


<!--

/*
Full Screen Window Opener Script- 
 Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/

function fullwin(targeturl){
window.open(targeturl,"","fullscreen,scrollbars")
}
//-->

var WindowObjectReference;

function openVideo(video_id)
{
  WindowObjectReference = window.open("/video.php?video_id="+video_id,"DescriptiveWindowName","menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, width=740px , height=740px");
}