<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
function AW_BustFrames() {
if (self.parent.frames.length!=0)
{
self.parent.location.replace(document.location.href);
}
}
var newwin;
function launchwin(winurl,winname,winfeatures){
newwin = window.open(winurl,winname,winfeatures);
if(javascript_version > 1.0)
{
setTimeout('newwin.focus();',250);
}
}
//-->