function open_project(stURL) {

	w = screen.width-40;
	h = screen.height-100;
	
	proj = 'showstudio_window';

	arg = 'width='+w+',height='+h+',left=14,top=12,scrollbars=no';
	
	popup = (document.layers) ? window.open(stURL, proj, arg) : window.open(stURL, proj, arg);
	popup.focus();
	
}

function open_shop(stURL) {



}

function open_biog(stURL) {

	w = screen.width-40;
	h = screen.height-100;
	
	proj = 'showstudio_biog_window';

	arg = 'width='+w+',height='+h+',left=14,top=12,scrollbars=no';
	
	popup = (document.layers) ? window.open(stURL, proj, arg) : window.open(stURL, proj, arg);
	popup.focus();
	
}