/**
 * Mod Name: Classic Reputation System 1.0
 * Copyright © 2006 Smethead
*/

function crs_reputation(pid, type) {
	MyBB.popupWindow("crs_reputation.php?pid=" + pid + "&type=" + type, "reputation", 400, 300)
}