// JavaScript Document

function doOpen()
{
	window.open("http://www.pixelcrayons.com", "newWin");
}