/*******************************************************	
*
*	abbeville.js
* 	Created on Monday, August 2 2004 3:36pm
*
*******************************************************/


function init() {
	
	return true;
	
}

function spawn(image) {
	w = window.open(image, "puppy", "width=1000,height=800");
}
