/*--------------------------------------------------------------------
 * JS - www.messebabes.de
 * copyright   2002, netads Iffland und Frech GbR
 * author      tobias frech <frech@netads.de>
 * start       05.02.2002
 * version     v1.00
 * history
 *
 *--------------------------------------------------------------------*/


function go( id ) {
	window.setTimeout("self.location.href='details.php?id="+id+"&slideshow=on#babe'",5000);
}

function vote( id ) {
	var opener = self;
	votebox = window.open('vote.php?id='+id,'votebox','width=350,height=250,resizable=no,scrollbars=no');
	votebox.focus();
}

