// JavaScript Document
function launchjh() {
window.open('index2.html','jh','scrollbars=no,resizable=yes,width=' + (screen.width-8) + ',height=' + (screen.height-26) + ',left=0,top=0,screenX=' + ((screen.width/2)-110) + ',screenY=' + ((screen.height/2)-105));}