function testid() {
	var id = document.getElementById("enterid").value;
	var url = "http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=" + id;
	testwindow = window.open(url,'testwindow','height=400,width=600,location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=no,')
	if (window.focus) testwindow.focus(); 
}



function changeexample() {
	var themename = document.getElementById("examples").value;
	document.getElementById("example").src = "themes/" + themename + "/example.jpg";
}