
function spawn( where, width, height ) {
	if( window.screen ) {

		spawnWindow = window.open( where, "spawn", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,copyhistory=0,width=" + width + " ,height=" + height + " ,top=" + ( (screen.availHeight / 2) -  (height / 2) ) + ",left=" + ( (screen.availWidth / 2) - (width / 2) ) );
		} else {                        
		spawnWindow = window.open( where, "spawn", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,copyhistory=0,width=" + width + " ,height=" + height);
	}
	if( window.focus ) {
		while( !spawnWindow.focus ) {}
		spawnWindow.focus();
	}
}

// 192 x 144

function tv1() {
	window.location.href="create/hankaaron.mpg";
	//spawn('create/tv1.htm', 200, 150);
}

function tv2() {
	window.location.href="create/sofo.mpg";
	//spawn('create/tv2.htm', 200, 150);
}

function tv3() {
	window.location.href="create/heritage.mpg";
	//spawn('create/tv3.htm', 200, 150);
}

function tv4() {
	window.location.href="create/parrot.mpg";
	//spawn('create/tv4.htm', 200, 150);
}

function tv5() {
	window.location.href="create/allsmiles.mpg";
	//spawn('create/tv5.htm', 200, 150);
}

function print1() {
	spawn('create/print1.htm', 600, 384);
}

function print2() {
	spawn('create/print2.htm', 600, 384);
}

function print3() {
	spawn('create/print3.htm', 600, 384);
}

function print4() {
	spawn('create/print4.htm', 600, 384);
}

function print5() {
	spawn('create/print5.htm', 600, 384);
}