// JavaScript Document
function callPage(){
	  parent.location.href="main_menu_home.htm"

	}

function ImgPopup(){
	window.open('image.htm','','width=400, height=300,scrollbars=no,left=300,top=250');
}


function page_redirect(page_link)
{
  parent.location.href="main_menu_home.htm";
   parent.location.href=page_link;
}


function directoryPopup(link_name){
	window.open(link_name,'mydocument','width=600,height=500, scrollbars=yes, left=200,top=150');
}

