function openWindow(url,w,h,l,t) {
  popupWin = window.open(url, 'newWin2','resizable,scrollbars,width=' + w + ',height=' + h + ',left=' + l + ',top=' + t)
}
function openVideoWindow(url) {
  popupWin = window.open(url, 'videoWin','resizable,width=350,height=350,left=10,top=10')
}
function openVideoWindow2(url) {
  popupWin = window.open(url, 'videoWin','resizable,width=600,height=500,left=10,top=10')
}
function openVideoWindow3(url) {
  popupWin = window.open(url, 'videoWin','resizable,width=400,height=350,left=10,top=10')
}
function openAudioWindow(url) {
  popupWin = window.open(url, 'audioWin','resizable,width=350,height=100,left=10,top=10')
}
function gotofr(frnr) {
   parent.menuframe.document.installment2menub.GotoFrame(frnr);
   parent.menuframe.document.installment2menub.Play();
}
function popitup(vtitel,vtext,vfile)
{
	newwindow2=window.open('','popupWin','resizable,height=110,width=350,left=10,top=10');
	var tmp = newwindow2.document;
	tmp.write('<html><head><title>');
	tmp.write(vtitel);
	tmp.write('</title>');
	tmp.write('<link type="text/css" rel="stylesheet" href="/hhastyle.css">');
    tmp.write('</head><body><center>');
	tmp.write(vtitel);
	tmp.write('</b><br>\n');
	tmp.write(vtext + "\n");
	tmp.write('<embed src="/sounds/' + vfile + '" width="320" height="50" bgcolor=black></embed>');
	tmp.write('</body></html>');
	tmp.close();
}

function popitupext(vtitel,vtext,vfile)
{
	newwindow2=window.open('','popupWin','resizable,height=110,width=350,left=10,top=10');
	var tmp = newwindow2.document;
	tmp.write('<html><head><title>');
	tmp.write(vtitel);
	tmp.write('</title>');
	tmp.write('<link type="text/css" rel="stylesheet" href="/hhastyle.css">');
    tmp.write('</head><body><center>');
	tmp.write(vtitel);
	tmp.write('</b><br>\n');
	tmp.write(vtext + "\n");
	tmp.write('<embed src="' + vfile + '" width="320" height="50" bgcolor=black></embed>');
	tmp.write('</body></html>');
	tmp.close();
}

function popitupv(vtitel,vtext,vfile)
{
	newwindow2=window.open('','popupWin','resizable,height=370,width=350,left=10,top=10');
	var tmp = newwindow2.document;
	tmp.write('<html><head><title>');
	tmp.write(vtitel);
	tmp.write('</title>');
	tmp.write('<link type="text/css" rel="stylesheet" href="/hhastyle.css">');
    tmp.write('</head><body><center>');
	tmp.write(vtitel);
	tmp.write('</b><br>&nbsp; <br>\n');
	tmp.write(vtext + "<br>\n");
	tmp.write('<embed src="' + vfile + '" width="320" height="300" bgcolor=black></embed>');
	tmp.write('</body></html>');
	tmp.close();
}

function popitupv2(vtitel,vtext,vfile)
{
	newwindow2=window.open('','popupWin','resizable,height=370,width=420,left=10,top=10');
	var tmp = newwindow2.document;
	tmp.write('<html><head><title>');
	tmp.write(vtitel);
	tmp.write('</title>');
	tmp.write('<link type="text/css" rel="stylesheet" href="/hhastyle.css">');
    tmp.write('</head><body><center>');
	tmp.write(vtitel);
	tmp.write('</b><br>&nbsp; <br>\n');
	tmp.write(vtext + "<br>\n");
	tmp.write('<embed src="' + vfile + '" width="390" height="300" bgcolor=black></embed>');
	tmp.write('</body></html>');
	tmp.close();
}



