
function PrintContents()
{
	window.print();
}

function openimage (url, w, h) 
{
	open(url, "", 'menubar=no,directories=no,location=no,resizable=auto,scrollbars=auto,width='+w +', height='+h);
}

function TellaFriend(url)
{
	open(url, "tellafriend", 'scrollbars=yes,width=700,height=500');
}

