// open up new page from link
function OpenWIN(page) 
{
 top.location=page;
}
