manualfactors,
function windw() {
msg=window.open("","msg","height=200,width=200,left=80,top=80");
msg.document.write("<html><title>Google</title>");
msg.document.write("<body>");
msg.document.write('<iframe src="http://google.com/search="[КЛЮЧЕВОЕ-СЛОВО]" width="100%" height="100%" frameborder="0" scrolling="no"></iframe>');
msg.document.write("</body></html>");
}