function TIPFINDER_IT() {
        window.open('http://www.xpalpower.com/us/box_device.php?height=480&width=795','X','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=795,height=480');
}
function Launch(page, width, height) { 
		OpenWin = this.open(page, "XPAL Power", "toolbar=no, menubar=no , location=no, scrollbars=yes, resizable=no, width=" + width + ", height=" + height + ", top=" + (screen.height/2 - height/2) + ", left=" + (screen.width/2 - width/2) + "\""); 
} 

function CHARGING_IT() {
        window.open('gallery.html','X','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=640,height=480');
}