//
function Center_Win(thePage){
	var theLeft = (screen.availWidth-800)/2;
	var theTop = (screen.availHeight-600)/2;
	window.open(thePage,"LDL","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,left="+theLeft+",top="+theTop+",width=800,height=600");
	return	false;
}
function jumpToLDL(anc)
{
    var l = (screen.availWidth-800)/2;
    var t = (screen.availHeight-600)/2;
    window.open("http://www.charapal.com/ldl/ldl.html?anc=" + anc,"LayupDesignLabo","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=800,height=600,left="+l+",top="+t);
    return false;
}

