function change(p_id)
{	
	url = 'libs/change.php?product_id='+p_id;
	jsel = document.createElement('SCRIPT');
	jsel.type = 'text/javascript';
	jsel.src = url;
	document.body.appendChild(jsel);
	
}

function changepo(imagename)
{
	document.getElementById('show').innerHTML = "<img id='middle' alt='' width='460' height='440' />" ;
	document.getElementById('middle').src=imagename;
}


function scroll(lap,sec_id,section)
{
	url = 'libs/scroll.php?lap=' + lap + '&sec_id=' + sec_id + '&section=' + section;
	jsel = document.createElement('SCRIPT');
	jsel.type = 'text/javascript';
	jsel.src = url;
	document.body.appendChild(jsel);
	
}

function scrollex(lap)
{
	url = 'libs/scrollex.php?lap=' + lap;
	jsel = document.createElement('SCRIPT');
	jsel.type = 'text/javascript';
	jsel.src = url;
	document.body.appendChild(jsel);
	
}

function changex(id)
{
	url = 'libs/changex.php?id=' + id;
	jsel = document.createElement('SCRIPT');
	jsel.type = 'text/javascript';
	jsel.src = url;
	document.body.appendChild(jsel);
	
}

function changeMiddle2()
{
	
	content = "<script language=\"javascript\">if (AC_FL_RunContent == 0) {alert(\"This page requires AC_RunActiveContent.js.\");} else {AC_FL_RunContent('codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0','width', '596','height', '280','src', 'right','quality', 'high','pluginspage', 'http://www.macromedia.com/go/getflashplayer','align', 'middle','play', 'true','loop', 'true','scale', 'showall','wmode', 'transparent',	'devicefont', 'false','id', 'right','bgcolor', '#ffffff','name', 'right','menu', 'true','allowFullScreen', 'false','allowScriptAccess','sameDomain','movie', 'img/flash/right',	'salign', '');}</script><noscript><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\" width=\"596\" height=\"280\" id=\"right\" align=\"middle\"><param name=\"allowScriptAccess\" value=\"sameDomain\" /><param name=\"allowFullScreen\" value=\"false\" /><param name=\"movie\" value=\"img/flash/right.swf\" /><param name=\"quality\" value=\"high\" /><param name=\"wmode\" value=\"transparent\" /><param name=\"bgcolor\" value=\"#ffffff\" />	<embed src=\"img/flash/right.swf\" quality=\"high\" wmode=\"transparent\" bgcolor=\"#ffffff\" width=\"596\" height=\"280\" name=\"right\" align=\"middle\" allowScriptAccess=\"sameDomain\" allowFullScreen=\"false\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" /></object></noscript>sss";
	
	document.getElementById('right_middle').innerHTML= content;
}


function changeMiddle()
{
	document.getElementById('left_middle').innerHTML="<table width=\"460px\" cellpadding=\"0\" cellspacing=\"0\" border=\"1\" style=\" border-color:#000000; border-style: solid;height:438px\"><tr><td><img id=\"middle\" src=\"images/middle.jpg\" width=\"460\" height=\"438\"  border=\"0\" alt=\"\" /></td></tr></table>";
}