// JavaScript Document


function openPage(obj)
{
	window.open(obj +'.htm','_self');
}
