function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } function MM_callJS(jsStr) { //v2.0 return eval(jsStr) } function showStuff(id) { document.getElementById(id).style.display = 'block'; } function hideStuff(id) { document.getElementById(id).style.display = 'none'; } function target_popup(form) { window.open('', 'formpopup', 'width=600,height=400,resizeable,scrollbars'); form.target = 'formpopup'; } function target_popup_large(form) { window.open('', 'formpopup', 'width=1150,height=1000,resizeable,scrollbars'); form.target = 'formpopup'; }