<!--
//==========================Add New =============================
function goURL(vrPage)

{
	window.location= vrPage;
}

//__________________________ End Add New _______________________


//=========================== Row =====================

function goSubm(vrURL)

{
		document.forms[0].action=vrURL;
		document.forms[0].submit();
		
}
//-----------------------------------




	
//--------------------------------
function Chng(X)
	{
	html = "";
		html = "<center><font color='#000080'><b>";
		html += X;
		html += " </font></center>";
	vHead.innerHTML=html;
}


function Comn(X)
	{
	html = "";
	
	html = "<p align='left'><b><font color='#FFFFFF'>";
		html += X;
		html += " </b></center>";
	ComStr.innerHTML=html;
}


//==========================================================

function MO(xtd) 
{ 
xtd.style.backgroundColor = '#F5F5F5';
} 

function MOX(xtd) 
{ 
xtd.style.backgroundColor = '#EBEBE';
} 

function MOI(xtd)
{ 
xtd.style.backgroundColor = '#EBE9ED';
}

function MU(xtd) 
{ 
xtd.style.backgroundColor = '';
} 


//--------------------------
function OpenWin(url) {
	popupWin = window.open(url,'new_page','width=500,height=420,left=50,top=50');
	window.status = "Sudatel Telecom Group STG";
}		
function OpenPic(url) 
{
	popupWin = window.open(url,'new_page','width=540,height=440,left=0,top=0')
}
function OpenFree(url) 
{
	popupWin = window.open(url,'new_page','width=200,height=160,left=40,top=40');
}	
	
//-->


//-->

