var child;
function popup(mylink, windowname)
{

if (!window.focus)return true;
var href;
if (typeof(mylink) == 'string')
	href = mylink;
else
	href = mylink.href;
	child = window.open(href, windowname, 'width=520,height=500,scrollbars=yes');
//	doany('link', 'Webct');
//	closeChild();
//return false;
}

function doany(link, windowname){
//	alert(child.document.getElementsByTagName("frames").length);
//	var elements = child.document.getElementsByTagName('title')[0];
	alert(child.innerHTML);
	
//	alert(child.document.innerHTML);
//	alert(document.getChildren());
//	alert(child.document.getElementsByTagName('frameset'));
//
	child.location = "http://vista.liedm.lt/webct/urw/lc43630324001.tp43630347001/previewtoc.dowebct?updateBreadcrumb=false&resetBreadcrumb=false&TOCId=44004658001&TOCLinkId=44281234001#44281234001";
//<a href="/webct/urw/lc43630324001.tp43630347001/startFrameSet.dowebct?forward=studentCourseView.dowebct&amp;lcid=43630324001" target="APPLICATION_FRAME" title="Mano rolė: Student">Nuotolinis kursas - Karjeros valdymas</a>
}

function closeChild(){
	child.close();
}
