//all rights reserverd - © e fusion pvt ltd www.sinharaja.com

function ef_popNews(xid) {
			var whatURL="/jkhport/news/showdoc.asp?xi=" + xid
			
		    open( whatURL , "xid","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=500,height=350");

}

function aSize(xswf,xcolor,x,h,xclassid,xdiv) {
var xrate=screen.width/xdiv ;
x=x * xrate  ;
h=h * xrate ;

document.write ('<div align="left"><center><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse"><tr><td>');
document.write ('<OBJECT  ');
document.write (' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"  ');
document.write (' WIDTH=' + x + ' HEIGHT=' + h );
document.write (' <PARAM NAME=movie VALUE="'+xswf+'"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#' + xcolor + '> ');
document.write (' <EMBED src="'+xswf+'" quality=high bgcolor=#' + xcolor );
document.write (' WIDTH=' + x + ' HEIGHT=' + h );
document.write (' TYPE="application/x-shockwave-flash"></EMBED></OBJECT>');
document.write ('</td></tr></table></center></div>')
}
