function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=510,left = 0,top = 0');");
}
function mainrefresh()
{
	parent.mainFrame.location.href=unescape(parent.mainFrame.location.pathname)
}
function PopupPic(sPicURL) { 
     window.open( "popup.htm?"+sPicURL, "",  
     "resizable=1,HEIGHT=200,WIDTH=200,left = 0,top = 0"); 
} 
function midioff()
{
	parent.topframe.location.replace("midi2.htm")
//	parent.mainFrame.location.href=unescape(parent.mainFrame.location.pathname)
}

function midion()
{
	parent.topframe.location.replace("midi.htm")
//	parent.mainFrame.location.href=unescape(parent.mainFrame.location.pathname)
}
