﻿$(document).ready(function(){
    $("#ctl00_CTop1_ddlChildCom").change(function(){
		var _url = $(this).val();
		window.open(_url);
	});
});
