I need to add one of my functions to the following code:
Code:
$string = '<div class="row">;
			<label class="col1">State or Province</label>
			<span class="col2"><select name="billing[state]" class="mid2" onChange="ShopperPress_ChangeState_Value(this.value)">';
			$string .= '<option value="0">-------- Select ----------</option>';
...