﻿function openFeedbackForm(url) 
{ 
    popupWin = window.open(url,new Date().getTime(),'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,dependent,width=400,height=600,left=0,top=0')
}
			
function openViewFeedback(url) 
{ 
    popupWin = window.open(url,new Date().getTime(),'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,dependent,width=420,height=500,left=0,top=0')
}
