function affiliate(user_name, ban_type) { var weburl = "http://uniquelyyou.net/affiliation/aff/banner.php?type=" + ban_type + "&user_name=" + user_name; if(ban_type == "A") { var winProp = ""; aff_popup = "AffPopUp"; } else { var winProp = "Width=600px Height=550px"; aff_popup = "UserPopUp"; } var aff = window.open(weburl, aff_popup, winProp); } // end function affiliate()