
function OpenCalendar(InputItem,theframe,theframe2,theframe3)
{
var x,y
x= event.x + document.body.scrollLeft + 80
y = event.clientY + document.body.scrollTop - 200

if ((InputItem != 'xx')&&(document.all(theframe).style.display == 'none'))
{

document.all(theframe).style.display = ''

window.document.getElementById(theframe).src = ("/GlobalNess/Calendar/calendar.aspx?innerT=" + InputItem + "&Dates="+document.all(InputItem).value + "&thef=" + theframe)

}
else
{
document.all(theframe).style.display = 'none'
window.document.all(theframe).src = ''
}
if ((InputItem == 'xx')&&(theframe=='cframe')&&(theframe2=='lframe'))
{


document.all(theframe).style.display = 'none'
window.document.all(theframe).src = ''

document.all(theframe2).style.display = 'none'
window.document.all(theframe2).src = ''

}


if ((InputItem == 'xx')&&(theframe=='cframe')&&(theframe2=='lframe')&&(theframe3=='uframe'))
{

document.all(theframe).style.display = 'none'
window.document.all(theframe).src = ''

document.all(theframe2).style.display = 'none'
window.document.all(theframe2).src = ''

document.all(theframe3).style.display = 'none'
window.document.all(theframe3).src = ''

}

}

