// JavaScript Document
function fmPopupGallery(myURL)
	{
	popwin = window.open(myURL, 'popup', 'width=520,height=570');
	popwin.focus();
	}

function fmPopupContainer(myURL)
	{
	popwin = window.open(myURL, 'popup', 'width=520,height=590');
	popwin.focus();
	}

function ewOnBookmark()
	{
	if (window.external)
		{
		window.external.AddFavorite("http://www.electricwarrior.com/art/", "The Electric Warrior: Artworks");
		}
	else
		{ 
		alert("Sorry! Your browser doesn't support this functionality.");
		}
	}

