function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
 }
function fn_OpenWind(obj)
{
	var vNewWind=window.open(obj, 'NewWindow', 'width=700,height=550,pixelwidth=700,pixelheight=550,scrollbars=yes,status=no,resizeable=no,top=50,left=50');
}

function fn_chngclass(obj)
{
	if (document.all)
		document.all[obj].className="colamzerred";
	else if (document.getElementById)
		document.getElementById(obj).className="colamzerred";
}

function fn_unchngclass(obj)
{
	if (document.all)
		document.all[obj].className="colwhite";
	else if (document.getElementById)
		document.getElementById(obj).className="colwhite";
}

function fn_redirect(obj)
{
	document.location=obj;
}

function fn_AccessoriesOpenWind(obj)
{
	var vNewWind=window.open(obj, 'NewWindow', 'width=650,height=500,pixelwidth=650,pixelheight=500,scrollbars=yes,status=no,resizeable=no,top=50,left=50');
}
