// -----------------------------------------------------------------------------
// Functions for MCM S.p.A. (c) 2005-2006 by Dimitri Giani

// Popup Functions
function popup(img, x, y) {
	window.open('popup.php?img='+img ,'' ,'width='+(x+60)+', height='+(y+110));
}

// Credits Functions
function credits() {
	window.open('credits.php', '', 'width=350, height=200');
}