function openwindow(x)
{
window.open ('fullqual.php?qual='+x, 'newwindow', config='height=120,width=400, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, directories=no, status=no')
newwindow.focus()
}

function openhelpwindow(x,y,z)
{
window.open (x, 'newwindow', config='height='+z+',width='+y+', toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, directories=no, status=no')
newwindow.focus()
}

function openindwindow(x,y,z,a,b,c)
{
newwindow=window.open (x, 'newwindow', config='height='+z+',width='+y+', toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, directories=no, status=no')
newwindow.focus();
newwindow.document.open();
newwindow.document.write("<link rel='stylesheet' type='text/css' href='style.css'>");
newwindow.document.write("<title>Region</title><b><font color="+c+">"+a+"</font></b>");


newwindow.document.write(" = "+b);

newwindow.document.write("<center><br><input type='button' value='Close Window' onClick='self.close()'></center>");
newwindow.document.close();

}

function opensoundinstwindow()
{
window.open ('soundinst.php', 'newwindow', config='height=480,width=500, toolbar=no, menubar=no,scrollbar=yes resizable=no,location=no, directories=no, status=no')
newwindow.focus()
}

function openvideoinstwindow()
{
window.open ('videoinst.php', 'newwindow', config='height=250,width=500, toolbar=no, menubar=no,scrollbar=yes resizable=no,location=no, directories=no, status=no')
newwindow.focus()
}

function openphotoinstwindow()
{
window.open ('photoinst.php', 'newwindow', config='height=230,width=500, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, directories=no, status=no')
newwindow.focus()
}