 // JScript File - Klongphd website

//Function highlite on mouse over
function change_it(from_img,to_img)
{
      document.images[from_img].src=[to_img];
}

//Function change back to normal on mouse out                                                                               
function change_back(from_img,to_img)
{
      document.images[from_img].src=[to_img];
}
//Function to print the calleing page
function prtpage()
{
  window.print();
}    
//function iniate new popup page
function popupx(mylink, windowname)
{
if (! window.focus)return true;
var href;
//if (typeof(mylink) == 'emer_popup.aspx')
   href=mylink;
//    href=mylink.href;
window.open(mylink, windowname,'width=618,height=444,top=262,left=300,resizable=yes,scrollbars=yes,');
//windowname.moveTo(50,50);
return false
}

//------------------------------------------------------------------
//function to open new window and link to window content
function popup(mylink, windowname, top, left, width, height)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'popup.aspx')
   href=mylink;
   href=mylink.href;
windowname=window.open(mylink, windowname,'top,left,width,height,resizable=yes,scrollbars=yes,visable=yes');
windowname.moveTo(left,top);
windowname.resizeTo(width, height);
windowname.focus();
return false
}
//------------------------------------------------------------------


//function iniate new popup page
function popup2(mylink, windowname)
{
if (! window.focus)return true;
var href;
//if (typeof(mylink) == 'emer_popup.aspx')
   href=mylink;
//    href=mylink.href;
window.open(mylink, windowname,'width=826,height=525,top=262,left=300,resizable=yes,scrollbars=yes,');
//windowname.moveTo(50,50);
return false
}

//function iniate new popup page
function popup3(mylink, windowname)
{
if (! window.focus)return true;
var href;
//if (typeof(mylink) == 'emer_popup.aspx')
   href=mylink;
//    href=mylink.href;
window.open(mylink, windowname,'width=854,height=665,top=262,left=300,resizable=yes,scrollbars=yes,');
//windowname.moveTo(50,50);
return false
}
//function iniate new popup page
function popup4(mylink, windowname)
{
if (! window.focus)return true;
var href;
//if (typeof(mylink) == 'emer_popup.aspx')
   href=mylink;
//    href=mylink.href;
window.open(mylink, windowname,'width=1400,height=796,top=76,left=50,resizable=yes,scrollbars=yes,');
//windowname.moveTo(50,50);
return false
}
//function to capture return page name
function targetopener(mylink, closeme, closeonly)
{
if (! (window.focus && window.opener))return true;
window.opener.focus();
if (! closeonly)window.opener.location.href=mylink.href;
if (closeme)window.close();
return false;
}

//window.alert("popup1");
 function alert()
 {
 window.alert("Place text message here")
 }
 
// EOF

