
function openx(x){
	bigImage = window.open(x,'bigImage','width=820,height=580,screenX=100,screenY=50')
	bigImage.focus();
	}

function openx1024(x){
		bigImage = window.open(x,'bigImage','width=1024,height=768,screenX=50,screenY=25')
		bigImage.focus();
		}


function loadProjectPage(url){
	Shadowbox.open({
		player: 'iframe',
		content: url,
		height: 400,
		width: 800,
					});
	};
	
