top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else 
if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
    top.window.outerHeight = screen.availHeight;
    top.window.outerWidth = screen.availWidth;
}
}

//to block the right mouse button or a keyboard button. 
function click() {
	if (event.button==2) {
		alert(' \nMaster Business Solutions, LLC®\n\n http://www.MasterBusinessSolutions.net©\n\nw w w . m a s t e r b i z . b i z');
		}
}
document.onmousedown=click

function lite(obj) {
		 if (document.all&&!window.opera) {
						obj.filters.blendTrans.apply();
						obj.filters.blendTrans.play();
						}
	}

function doSection(section)
{

    main.style.display="none";
		small_biz.style.display="none";
    non_profits.style.display="none";
    corp_biz.style.display="none";

    if (section=="main")       {main.style.display="";}
    if (section=="small_biz")  {small_biz.style.display="";}
    if (section=="non_profits"){non_profits.style.display="";}
    if (section=="corp_biz")   {corp_biz.style.display="";}
}

function openMediaWin(track) {
track   = 'media/' + track;
newWindow = window.open(track,'myWindow','scrollbars=YES,width=390,height=400');
}

function color(code)
{
		if(document.contact.color1.value==''){
		document.contact.color1.value=code;
		document.contact.color1bg.style.background=code;
		}else
		if(document.contact.color2.value==''){
				document.contact.color2.value=code;
				document.contact.color2bg.style.background=code;
				}else
				if(document.contact.color3.value==''){
						document.contact.color3.value=code;
								document.contact.color3bg.style.background=code;
					}
}
