﻿function commpop(url){
	var thunder_b;
	thunder_b = window.open(url,'','status=yes,resizable=no,width=700,height=445,scrollbars=no');
	thunder_b.location = url;	
}