function Load_Modal_Window(name,value,sendval){
MOOdalBox.open( // case matters
name, // the link URL
value, // the caption (link's title) - can be blank
"400 220", // width and height of the box - can be left blank
sendval
); 
        };