function openPage(thepage)
//used to handle page transition
{
document.location.href = thepage;
}
