// JavaScript Document
function rpanel(){
	var rpan = document.getElementById('rpanel').offsetHeight;
	var links = document.getElementById('links').offsetHeight;
	var rnews = document.getElementById('rnews').offsetHeight;
	document.getElementById('rightpanel').style.height = (rpan-links-rnews-244)+'px';
	document.getElementById('lang').style.marginRight = (document.body.clientWidth - 1007) / 2 + 50 + 'px';
	}
function read_article(id){
	myWin = open("./read_article.php?i="+id+"", "displayItem", 
    "width=700px,height=550px,location=no,status=no,toolbar=no,menubar=no,scrollbars=yes");
	}
function read_product(id){
	myWin = open("./read_product.php?i="+id+"", "displayItem", 
    "width=700px,height=550px,location=no,status=no,toolbar=no,menubar=no,scrollbars=yes");
	}

