function openInfoWin(winTarget) {
    infoWindow=window.open(winTarget,"Information","toolbar=0,width=650,height=300,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,left=75,top=50,screenX=75,screenY=50");
    if (window.focus) { infoWindow.focus();}
}

function openInfoGear(winTarget) {
    infoGear=window.open(winTarget,"Information","toolbar=0,width=660,height=340,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,left=75,top=50,screenX=75,screenY=50");
    if (window.focus) { infoGear.focus();}
}

function openGolfTips(winTarget) {
    infoGear=window.open(winTarget,"Information","toolbar=0,width=690,height=540,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,left=50,top=30,screenX=75,screenY=50");
    if (window.focus) { infoGear.focus();}
}

function cerrarse(){
	window.close()
}