function show_name(imageflag2)
{
var oldName=document.createTextNode("design");
var newName=document.createTextNode("Evans Studio");
var myId=document.getElementById("credit");
if (imageflag2=="1") 
{
myId.replaceChild(newName,myId.childNodes[0]);
}
else
{
myId.replaceChild(oldName,myId.childNodes[0]);
}
}



function open_win(win_URL, myWindowName)

{
	proj = "links";
	arg = "width=408,height=600,top=50,left=145, toolbar=no, location=no, direcories=no, status=no, 			menubar=no,scrollbars=no, resizable=no, copyhistory=no"
	

popup= (document.layers) ? window.open(win_URL, proj, arg) : window.open(win_URL, proj, arg)
popup.focus();

}



function close_win()

{
window.close();

}

<!--script store = proj = "contact";arg = "width=408,height=600,top=50,left=145, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes ";-->
	
