<!--

function header()

{

    document.write('<applet code="text_scroller.class" width=168 height=200>');

    document.write('<param name=info value="Applet by Gokhan Dagli,textscroller.tripod.com">');

    document.write('<param name=textcolor value="FFFF00">');

    document.write('<param name=bgcolor value="4D4D4D">');

    document.write('<param name=enable_bgpicture value="1">');

    document.write('<param name=bgpicture value="textscroller.jpg">');

    document.write('<param name=speed value="40">');

    document.write('<param name=textdimension value="12">');

    document.write('<param name=fonttype value="Arial">');

    document.write('<param name=paragraph_number value="12">');

    

document.write('<param name=parag1 value="">');

	document.write('<param name=parag2 value="_____________________">');
	
	document.write('<param name=parag3 value="NOTICE OF CHANGE">');
	
    document.write('<param name=parag4 value="Please be notified that PAC Total Solutions Sdn Bhd estimating software, GTS eClaims is now known as iGTS.">');

    document.write('<param name=parag5 value="This change of name however will not affect your subscription to and usage, of the claims estimating system.">');

document.write('<param name=parag6 value="_____________________">');

    document.write('<param name=parag7 value="PAC Total Solutions Sdn Bhd have relocated their office to Suite 2B-10-03, Block 2B Plaza Sentral, Jalan Station Sentral 5, Kuala Lumpur Sentral, 50470 Kuala Lumpur effective 26th April 2007">');
	
	document.write('<param name=parag8 value="For more information, login to www.igts.com.my.">');
	
	document.write('<param name=parag9 value="_____________________">');

    document.write('<param name=parag10 value="Please be notified that the role, contracts & obligations of Merimen Malaysia Sdn Bhd as a MRC certified software house have been taken over by Merimen Online Sdn Bhd effective as of 1st December 2006.">');

    document.write('<param name=parag11 value="This change of parties however will not affect your subscription to and usage, of the claims estimating system.">');
	
	document.write('<param name=parag12 value="Thank you for your ongoing support.">');
	
	document.write('<param name=parag13 value="_____________________">');
	
	
	
	document.write('<a href="http://www.usingjavascript.com/">Please enable ActiveX to view this.</a>')

    document.write('</applet>');

}

header();

//-->