function preview( poster_id, partner_id, type ){
	window.open("/monitor/show.php?partner_id="+partner_id+"&current_id="+poster_id+"&debug="+type,Math.random(),"location=1,resizable=1,scrollbars=1,status=0,titlebar=0",true);
}

