function onLinkSeries(id) {

	if (document.getElementById('sd'+id) != null)
	{
	document.getElementById('sd'+id).style.textDecoration='underline';
	}
	document.getElementById('pd'+id).style.textDecoration='underline';
	document.getElementById('pd'+id).style.color='#9e088f';
}


function offLinkSeries(id) {
	if (document.getElementById('sd'+id) != null)
	{	
	document.getElementById('sd'+id).style.textDecoration='none';
	}
	document.getElementById('pd'+id).style.textDecoration='none';
	document.getElementById('pd'+id).style.color='black';
}





	

function openWin(URL,bwidth,bheight,name) 

{

	//window.name = name;

	aWindow = window.open(URL,name,"menubar=yes,scrollbars=yes,resizable=1,width="+bwidth+",height="+bheight+",top=40,left=40");

}



function openWinScroll00(URL,bwidth,bheight,name) 

{

	//window.name = name;

	aWindow = window.open(URL,name,"resizable=1,width="+bwidth+",height="+bheight+",top=40,left=40");

}

	

function openWinScroll(URL,bwidth,bheight,name) 

{

	//window.name = name;

	aWindow = window.open(URL,name,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+bwidth+",height="+bheight+",top=40,left=40");

}	
