var c = 0;
function openWin(id){
	window.open("partner.php?id=" + id,"win"+ c++,"width=480,height=200,statusbar=no,resizable=yes");
return;
}