// Function to allow one JavaScript file to be included by another.
// Copyright (C) 2008- www.shopdd.in.th
function IncludeJavaScript(jsFile)
{
  document.write('<script type="text/javascript" src="'
    + jsFile + '"></scr' + 'ipt>'); 
}
 
IncludeJavaScript('/js/email_page.js');
IncludeJavaScript('/js/print_page.js');
IncludeJavaScript('/js/mmload.js');     
IncludeJavaScript('/js/menu_function.js');      