function photo_open(link, width, height)
{
	var photoWindow = window.open(link,"photo",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+height);
}

var w = 0;
var h = 0;
var video_banner = null;
var video_ep1seg1 = null;
var video_ep1seg2 = null;
var video_ep1seg3 = null;
var video_ep1seg4 = null;

function ep1seg1(w,h)
{
	if (window.screen)
	{
		var chasm = screen.availWidth;
		var mount = screen.availHeight;
		video_ep1_seg1 = window.open('play.php?e=1&s=1','posB','width=' + w + ',height='+ h + ',left=' + ((chasm - w - 10) * .5) + ',top=' + ((mount - h - 30) *.5));
	}
}

function ep1seg2(w,h)
{
	if (window.screen)
	{
		var chasm = screen.availWidth;
		var mount = screen.availHeight;
		video_ep1seg2 = window.open('play.php?e=1&s=2','posB','width=' + w + ',height='+ h + ',left=' + ((chasm - w - 10) * .5) + ',top=' + ((mount - h - 30) *.5));
	}
}

function ep1seg3(w,h)
{
	if (window.screen)
	{
		var chasm = screen.availWidth;
		var mount = screen.availHeight;
		ep1seg3 = window.open('play.php?e=1&s=3','posB','width=' + w + ',height='+ h + ',left=' + ((chasm - w - 10) * .5) + ',top=' + ((mount - h - 30) *.5));
	}
}

function ep1seg4(w,h)
{
	if (window.screen)
	{
		var chasm = screen.availWidth;
		var mount = screen.availHeight;
		ep1seg41 = window.open('play.php?e=1&s=4','posB','width=' + w + ',height='+ h + ',left=' + ((chasm - w - 10) * .5) + ',top=' + ((mount - h - 30) *.5));
	}
}

function vidbanner(w,h)
{
	if (window.screen)
	{
		var chasm = screen.availWidth;
		var mount = screen.availHeight;
		vidbanner = window.open('http://www.bayou.com','posB','width=' + chasm + ',height=' + mount);
	}
}