function sT (text) {
	window.status = text;
	return true;
}

function cT () {
	window.status = '';
	return true;
}

function oP (f, w, h) {
	window.open('photos/' + f + '.html', f, 'width=' + w + ',height=' + h + ',resizable=no,scrollbars=no');
}


function shirtWindow () {
	window.open('merch/nexrec-shirt-big.html', 'nexshirt', 'width=350,height=350,resizable=no,scrollbars=no');
}