// JavaScript Document

function Showprojects() {
	document
}

function redirect() {
	location.href = 'http://aether3d.com';
}

function gethot(tr,color) {
	if (color == undefined) {color = '#9999FF'}
	tr.style.backgroundColor= color;
}
function getcold(tr,color) {
	if (color == undefined) {color = '#CCCCFF'}
	tr.style.backgroundColor= color;
}

function menuview() {
	if ($('Puser').style.display == 'none'){
	$('Puser').style.display = 'block';
	$('aemenu').style.display = 'none';
	} else {
	$('Puser').style.display = 'none';
	$('aemenu').style.display = 'block';
	}
}