function popUp(URL, title, width, height) {
	var winl = (screen.width - width) / 2;
	var wint = (screen.height - height) / 2;
	args = 'height='+height+',width='+width+',top='+wint+',left='+winl+',scrollbars=1'+',resizable=1'
	win = window.open(URL, title, args)
	if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

function openReel() {
	popUp('http://mn8studio.com/_v2_MN8/motion/montage.htm', 'mn8 Reel', 850, 525);
}

function openBlog() {
	popUp('http://mn8studio.com/blog', 'mn8Blog', 800, 825);
}

function openContact() {
	popUp('contact.html', 'contact', 605, 390);
}

function openMotionTheorySite(URL, title) {
	popUp(URL, title, 815, 850);
}

function openLGMovie(URL, title) {
	popUp(URL, title, 1100, 750);
}

function openMotion(URL, title) {
	popUp(URL, title, 750, 510);
}

function openStoryboard(URL, title) {
	popUp(URL, title, 1035, 750);
}

function openLG(URL, title) {
	popUp(URL, title, 1530, 850);
}

function openT4(URL, title) {
	popUp(URL, title, 1530, 950);
}

function openTUTMovie(URL, title) {
	popUp(URL, title, 1100, 850);
}

function openLincoln(URL, title) {
	popUp(URL, title, 1000, 950);
}

function openTronicMicrosoft(URL, title) {
	popUp(URL, title, 1530, 750);
}

function openHPMaestro(URL, title) {
	popUp(URL, title, 1530, 850);
}

function openProjEarth(URL, title) {
	popUp(URL, title, 1530, 850);
}

function openFuelTV(URL, title) {
	popUp(URL, title, 1530, 850);
}

function openComcast(URL, title) {
	popUp(URL, title, 1530, 850);
}

function openCMT(URL, title) {
	popUp(URL, title, 1530, 850);
}

function openSyFy(URL, title) {
	popUp(URL, title, 1530, 850);
}

function openPrint(URL, title) {
	popUp(URL, title, 650, 440);
}

function openPhotography(URL, title) {
	popUp(URL, title, 870, 580);
}

function openPhotographyLarge(URL, title) {
	popUp(URL, title, 1500, 850);
}

// getURL("javascript:openCredits('motion/images/full_credits/full_credits_searsbook.html' 'credits');"); }
function openCredits(URL, title) {
	popUp(URL, title, 545, 330);
}
