/*
javascript used for irap_default.htm
*/
/*  other notes
strtxt1 = '<li>Course Analysis System(CAS), ';
casprod = '<a href="https://www.acs.rutgers.edu:8887/crseanalysis">Old</a>, ';
castest = '<a HREF="http://gai002bb.rutgers.edu/cas">New</a>. ';
later add
link to documentation
data models including star schema
technical architetural diagrams
documents describing components
 <button onClick=createWindow(URL, wname, features)>Start CAS</button>
document.writeln(strtxt1 + casprod + castest);
<br>
 <button onClick="createWindow(sURL)">Start CAS</button>
<li>Course Analysis System(CAS), <a href="https://www.acs.rutgers.edu:8887/crseanalysis">Old</a>, <a HREF="http://gai002bb.rutgers.edu/cas">New</a>.
sURL = "http://gai002bb.rutgers.edu/cas";
sURL = "http://oirap-dw.rutgers.edu/cas";
   */


sURL = "http://instl2.rutgers.edu/cas";

CEURL = "http://instl2.rutgers.edu/crystal/enterprise10/ePortfolio/en/logonform.csp?action=logoff"
features = "width=800,height=600,directories=no,location=no,menubar=no,scrollbars=yes,toolbar=no,Resizable=yes";
wname = "Course Analysis System";
function createWindow(inURL) {
var caswin = window.open(inURL, "CAS", features);
}
/*alert("hello");*/


function openlink(inURL){

}




