// JavaScript Document
function openWin() {
	window.open("/swf/virtual/virtual.html","virtual","width=770px, height=550px, scrollbar=no, status=no, location=no, menubar=no,resizable=no, dependent=yes, toolbar=no, copyhistory=no, top=100, left=100");
}

function bigimg(img) {
	window.open('/bigimg.php?foto='+img, 'okno', 'scrollbar=no, resizable=no, status=0, scrolling=no, top=30, left=30, width=200, height=200, dependent=yes');
}

function bigfoto(img) {
	window.open('/bigimg.php?foto='+img+'&type=1', 'okno', 'scrollbar=no, resizable=no, status=0, scrolling=no, top=30, left=30, width=200, height=200, dependent=yes');
}

function bignews(img) {
	window.open('/bigimg.php?foto='+img+'&type=2', 'okno', 'scrollbar=no, resizable=no, status=0, scrolling=no, top=30, left=30, width=200, height=200, dependent=yes');
}

function bigclanky(img) {
	window.open('/bigimg.php?foto='+img+'&type=3', 'okno', 'scrollbar=no, resizable=no, status=0, scrolling=no, top=30, left=30, width=200, height=200, dependent=yes');
}

function openWinSwf(file) {
	window.open('/swf/'+file+'/'+file+'.html','mydva','width=600px, height=450px, scrollbar=no, status=no, location=no, menubar=no,resizable=no, dependent=yes, toolbar=no, copyhistory=no, top=100, left=100');
}
/*
function openWin3() {
	window.open('/preview/swf/reference/reference.html','my-dva','width=600px, height=450px, scrollbar=no, status=no, location=no, menubar=no,resizable=no, dependent=yes, toolbar=no, copyhistory=no, top=100, left=100');
}
*/

