

//this function opens a smaller popup page

function showPage(sPage){
			window.open(sPage,"_blank","width=600,height=600,resizable,scrollbars,left=0,top=0");
		}