// JavaScript Document
var lb = new Array();
var dh = new Array();
var dw = new Array();

dh['wicked'] = '500';
dw['wicked'] = '650';
lb['wicked'] = 'newsdetails.php';

dh['july2009'] = '500';
dw['july2009'] = '650';
lb['july2009'] = 'newsdetails.php';

dh['april2009'] = '500';
dw['april2009'] = '650';
lb['april2009'] = 'newsdetails.php';

dh['october2008'] = '500';
dw['october2008'] = '650';
lb['october2008'] = 'newsdetails.php';

dh['july2008'] = '500';
dw['july2008'] = '650';
lb['july2008'] = 'newsdetails.php';

dh['IMG_3617'] = '400';
dw['IMG_3617'] = '550';
lb['IMG_3617'] = 'profiledetails.php';

dh['IMG_3618'] = '400';
dw['IMG_3618'] = '300';
lb['IMG_3618'] = 'profiledetails.php';

dh['IMG_3619'] = '400';
dw['IMG_3619'] = '300';
lb['IMG_3619'] = 'profiledetails.php';

dh['IMG_3620'] = '400';
dw['IMG_3620'] = '550';
lb['IMG_3620'] = 'profiledetails.php';

dh['managingdirector'] = '550';
dw['managingdirector'] = '480';
lb['managingdirector'] = 'profiledetails.php';

dh['director'] = '260';
dw['director'] = '220';
lb['director'] = 'profiledetails.php';

dh['generalmanager'] = '260';
dw['generalmanager'] = '220';
lb['generalmanager'] = 'profiledetails.php';

dh['#'] = '150';
dw['#'] = '270';
lb['#'] = '<div class="lbcontent">'+
	'<table width="100%" border="0" cellspacing="0" cellpadding="0">'+
	' <tr valign="top">'+
	'	<td width="75"><img src="images/featured/magazine_01.jpg" width="75" height="100" alt="Highlights" longdesc="Highlights" /></td>'+
	'	<td style="padding-left: 10px;"><table width="100%" border="0" cellspacing="0" cellpadding="0">'+
	'	  <tr>'+
	'		<td class="bodytitle">Cubes Issue 01</td>'+
	'	  </tr>'+
	'	  <tr>'+
	'		<td class="bodytext">Contrary to popular belief, Lorem Ipsum is not simply random text.</td>'+
	'	  </tr>'+
	'	</table></td>'+
	'  </tr>'+
	'  <tr valign="top">'+
	'	<td>&nbsp;</td>'+
	'	<td>&nbsp;</td>'+
	'  </tr>'+
	'</table>';

