/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function mypopup() {
window.open( "help.html", "myWindow","left=650,top=0,status = 1, height = 450, width = 480, resizable = no" );
}


