function handleIFRAME(value){

	var iframe = document.getElementById('frame');

	iframe.src = value;
	//iframe.reload(); 

}

function openVideo(myUrl)
{
	window.open(myUrl,'mywindow','width=460,height=380');
}
