// Dynamic Buttons
function transPng(name)
{
	if (window.navigator.userAgent.indexOf('MSIE 6')!=-1 || window.navigator.userAgent.indexOf('MSIE 5.5')!=-1)
	{
		src='<div style="position:absolute; left:0; top:0; z-index:100;"><img usemap="#Map" border="0" alt="Mac-it petition" src="http://petition.mac-it.co.il/promote/buttons/spacer.gif" style=" width:200px; height:200px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'http://petition.mac-it.co.il/promote/buttons/petition_corner_'+name+'.png\',sizingMethod=\'scale\');" /></div>';
	}
	else
	{
		src='<div style="position:absolute; left:0; top:0; z-index:100;"><img usemap="#Map" border="0" alt="Forum Mac-it" src="http://petition.mac-it.co.il/promote/buttons/petition_corner_'+name+'.png" width="200" height="200" /></div>';
	}
	document.write(src);
	document.write('<map name="Map" id="Map" alt="map"><area shape="poly" coords="138,0,200,0,0,200,0,138" href="http://petition.mac-it.co.il" /></map>');
}

/* Add this JS code after your <body> BODY TAG in order to use them.:

<script type="text/javascript" src="http://petition.mac-it.co.il/promote/dynamic_buttons.js"></script>
<script type="text/javascript">transPng('orange');</script>

you can change the color by calling the function with those names:

oragne
blue
green
red

Thanks you for promoting Mac-it Petition.
*/

