function ShowPortfilio(imgUrl, _width, _height, _scrollbars) 
	{ 
		
var str = "left=100,toolbar=0,status=0,location=0,menubar=0,directories=0,scrollbars=";
		str = str + _scrollbars + ",resizeable=0, width="+_width+",height="+_height;
		win1 = open("", "_blank", str);
		
		win1.document.open();
		win1.document.write("<html><head><title>Portfolio</title></head><body bgcolor=#ffffff topmargin=0 leftmargin=0 marginheight=0 marginwidth=0><img src="+imgUrl+" border=0></body></html>");
		win1.document.close();
	}
function loadmenu(){
	bg1 = new Image();
	bg1.src = "images/top_menu_over.jpg";
	bg2 = new Image();
	bg2.src = "images/leftmenuover_bg.gif";
}

function mover(mId){
	mId.style.background='url(images/top_menu_over.jpg)';
}
function mout(mId){
	mId.style.background='url(images/top_menu.jpg)';
}

function moverleft(mId){
	mId.style.background='url(images/leftmenuover_bg.gif)';
}
function moutleft(mId){
	mId.style.background='url(images/leftmenu_bg.gif)';
}


function moverxp(mId){
	mId.style.background='#C6D3EF';
	mId.style.border='1px solid #3169C6';
}
function moutxp(mId){
	mId.style.background='#E2E0E1';
	mId.style.border='1px solid #E2E0E1';
}