window.onload = function() {
	if(!document.getElementById){
		return false;
	}else{
		newWindow('stemnetLink')
	}
}