<!--
function flashintro(url,width,height) {
OpenWindow=window.open(url,"flashintro", "width=" + width + ",height=" + height + ",toolbar=no,scrollbars=yes,menubar=no,resizable=no,location=no,directories=no,status=yes");
}
//-->