// JavaScript Document
function openPage(form)
{ 
//alert(form.model.options[form.model.selectedIndex].value)
window.location=(form.model.options[form.model.selectedIndex].value);
}
function printPage() { print(document); }