document.domain='linedigital.net';
alert(window.location.search.substring(1));
function resizeFrame(id){
	try{
		frame = document.getElementById(id);
		innerDoc = (frame.contentDocument) ? frame.contentDocument : frame.contentWindow.document;
		objToResize = (frame.style) ? frame.style : frame;
		objToResize.height = innerDoc.body.scrollHeight + 10 + 'px';
	}
		catch(err){
	}
}
function _docMgrTrack(a,b,c,d) {
	if (window.dcsMultiTrack) {
		window.dcsMultiTrack(a,b,c,d);
	}
	return true;
}
window.onload = function() { resizeFrame('docmgr'); }
