﻿/*
Global AWC Output Utilities
*/

function AWCow(url, width, height, attributes) { var Win = window.open(url,'popup','width='+width+',height='+height+','+attributes); }
