function pop(page, name, h, w){
		window.open(page, name, 'height=' + h + ',width=' + w + ',left=100,top=100,menubar=0,resizeable=0,location=0,status=0,scrollbars=1,titlebar=0,toolbar=0');
}