
var sspeed = 10;
var c_width = 250; var c_height = 220;

function setsdivpop(txt1,txt2,target,x_adj){
	

	c_coords = getXYcoord(target);

	//alert(c_coords.x);

	document.getElementById('sdivpop_t1').innerHTML = txt1;
	document.getElementById('sdivpop_t2').innerHTML = txt2;

	document.getElementById('sdivpop').style.left = (c_coords.x+x_adj) + 'px';
	document.getElementById('sdivpop').style.top = (c_coords.y-130) + 'px';
	document.getElementById('sdivpop').style.width = c_width + 'px';
	document.getElementById('sdivpop').style.height = c_height + 'px';
	document.getElementById('sdivpop').style.zIndex = 1000;	
	
	cc_show('sdivpop');	
}	
function infoab(){window.location.href='w2_info.php?area=ab';}
function infobl(){window.location.href='w2_info.php?area=bl';}
function infowm(){window.location.href='w2_info.php?area=wm';}
function infoctrl(){window.location.href='w2_info.php?area=ctrl';}
function infoeit(){window.location.href='w2_info.php?area=eit';}
