function popNav(pagename) {
var new_window = null; 
var completepagename = pagename;
new_window = window.open(completepagename, 'show', 'width=500,height=250,resizable=1,scrollbars=0,menubar=no,toolbar=no,status=no,location=no,directories=no'); 
new_window.focus();
} 

