BLANK_IMAGE = '/images/b.gif';

//menu items
var SIDE_MENU_ITEMS = [
  {pos:'relative', size:[20, 200], itemoff:[21,0], leveloff:[0,0], delay:10, imgsize:[16, 16], arrsize:[16, 16], style:{border:0, shadow:0, color:{border:"#A6A6FD", shadow:"Silver", bgON:"#A6A6FD", bgOVER:"#DCDCFF", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCRaGOn', OVER:'clsCRaGOver'}}}, 
        {code:"Why Use Case Tools on Courses?", url:"/case_tool_use.htm"},
        {code:"Browse the Development Process", url:"/development_process/index.htm", target:"_blank"},
        {code:"Use the Project Estimation Tool", url:"software_project_estimation_tool.htm"},
        {code:"Have a Management Overview", url:"/management_overview.htm"},
        {code:"Learn What Is UML?", url:"/what_is_uml.htm"},
        {code:"Learn Why Use UML?", url:"/why_use_uml.htm"},
        {code:"Learn Why Use Cases?", url:"/why_use_use_cases.htm"},
        {code:"Try the UML Introduction Tutorial", url:"/uml_tutorial_download.htm"},
        {code:"Try the Use Case Tutorial", url:"/use_case_tutorial.htm"},
        {code:"Download Example Templates", url:"/templates.htm"},
        {code:"View the UML Tool Guide", url:"/uml_tool_guide.htm"}
];

function popup(popurl){
var winpops=window.open(popurl,"","width=300,height=125",scrollbar=0)
}
