/**
 * @author Eastway CMC Studios
 */

$(document).ready(function() {
	$('.jqmWindow').each(function () {
		id = $(this).attr('id');
		num = id.split('_');
		$(this).jqm({trigger:'#href_'+num[1],zIndex: 3000,toTop:true});
	});
});


