<!-- Begin

function popUp(Name,Position,URL)
{
OpenWindow=window.open("", "newwin", "toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0,width=360,height=420,left=300,top=300");
OpenWindow.document.write("<html>")
OpenWindow.document.write("<head>")
OpenWindow.document.write("<title>KCSC 2007-2008 Officers</title>")
OpenWindow.document.write("<link rel=stylesheet type=text/css href=library/mylayout.css />")
OpenWindow.document.write("</head>")
OpenWindow.document.write("<body>")
OpenWindow.document.write("<center>");
OpenWindow.document.write("<h1>" + Name + "</h1>")
OpenWindow.document.write("<h3>" + Position + "</h3>")
OpenWindow.document.write("<object type=\"application/x-shockwave-flash\" width=\"320\" height=\"240\" wmode=\"transparent\" data=\"flvplayer.swf?file=" + URL + "&autoStart=false\">")
OpenWindow.document.write("<param name=\"movie\" value=\"flvplayer.swf?file=" + URL + "&autoStart=false\" />")
OpenWindow.document.write("<param name=\"wmode\" value=\"transparent\" />")
OpenWindow.document.write("</object>")
OpenWindow.document.write("</center>")
OpenWindow.document.write("</body>")
OpenWindow.document.write("</html>")
OpenWindow.document.close()
self.name="main"
}

// End -->
